FundRequest / contracts

Contracts for FundRequest (platform, token, crowdsale)

Home Page:https://fundrequest.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check valid tokens based on platform, owner and repo

nico-ptrs opened this issue · comments

When funding we currently check the available tokens based on the platform, owner, repo and the issuenumber.
It would be better if it would only be platform, owner and repo, this would be more performant to cache (see FundRequest/platform#475)