Skip to content

Instantly share code, notes, and snippets.

@johnX9
Last active May 26, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnX9/125762f078f9cb7e3106a4a8ea1350e2 to your computer and use it in GitHub Desktop.
Save johnX9/125762f078f9cb7e3106a4a8ea1350e2 to your computer and use it in GitHub Desktop.
# Create
cleos push action token create '{"issuer":"token","maximum_supply":"1000000.0000 TKN","can_freeze":"0","can_recall":"0","can_whitelist":"0"}' -p token
executed transaction: 9c2ef8724134d693f60c7c68e38a25d37450944b78a7df09f9cc3cb360a9f078 120 bytes 1861 us
# token <= token::create {"issuer":"token","maximum_supply":"1000000.0000 TKN"}
# Issue
cleos push action token issue '{"to":"token","quantity":"1000.0000 TKN","memo":""}' -p token
executed transaction: c37952237ed5521575edb19d201841f2ac256ebe84c0957f0266963b96cc64cc 120 bytes 490 us
# token <= token::issue {"to":"token","quantity":"1000.0000 TKN","memo":""}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment