FundRequest / contracts

Contracts for FundRequest (platform, token, crowdsale)

Home Page:https://fundrequest.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a developer, I want a FundRequestToken abstraction

Qkyrie opened this issue · comments

commented

FundRequestToken should have an abstraction above it. The only thing this abstraction should be able to do is identify if the token is indeed a FundRequestToken.

This seperates the FundRequestContract code with the actual Token Model.