Releases: tokamak-network/tokyo
Releases · tokamak-network/tokyo
v1.1.13 Custom token
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.