Skip to content

v1.1.13 Custom token

Latest
Compare
Choose a tag to compare
@4000D 4000D released this 03 Jun 18:06
· 13 commits to master since this release

Token may have its own requirements, but it is too diverse to be categorized. (#26)

tokyo-schema

token.use_custom_token field added. Set true if want to use custom token

tokyo-solidity-template

Custom token will be loaded inmigrations/2_deploy_contract.js. But tokyo doesn't generate SampleProjectCustomToken. Just implement contract SampleProjectCustomToken is SampleProjectToken.

SampleProjectCustomToken and SampleProjectToken should have same constructor parameters at this moment. it should be extended as well.