Deploy, Issue & Transfer Tokens
infra-cli get abi sys.tokenabiStep 1: Create the Token
infra-cli push action systoken.a settokenmeta '{"sym":"4,DUSD","url":"http://sysdepo-a.org","desc":"system depository a"}' -p systoken.a@activeveStep 2: Issue Tokens
infra-cli push action systoken.a issue '[ "systoken.a", "100000000.0000 DUSD", "memo" ]' -p systoken.a@activeexecuted transaction: d1466bb28eb63a9328d92ddddc660461a16c405dffc500ce4a75a10aa173347a 128 bytes 205 us
# systoken.a <= systoken.a::issue {"to":"systoken.a","quantity":"100000000.0000 DUSD","memo":"memo"}
warning: transaction executed locally, but may not be confirmed by the network yet ]Step 3: Transfer Tokens
What's Next?
Last updated