Skip to content

Instantly share code, notes, and snippets.

@ylv-io
Created July 11, 2018 12:27
Show Gist options
  • Save ylv-io/ec6ee54eb6823cd182603d8863ce8bf2 to your computer and use it in GitHub Desktop.
Save ylv-io/ec6ee54eb6823cd182603d8863ce8bf2 to your computer and use it in GitHub Desktop.
eosio.token.stats.sh
cleos --url https://api.main.alohaeos.com:443 get currency stats eosio.token EOS
{
"EOS": {
"supply": "1003605574.9616 EOS",
"max_supply": "10000000000.0000 EOS",
"issuer": "eosio"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment