I can run issue and transfer commands from https://github.com/EOSIO/eos/wiki/Tutorial-eosio-token-Contract
How do I run get_supply and get_balance?
I'm trying commands like
cleos push action eosio.asset get_balance '[ "rayadmin", "SYS" ]' -p rayadmin
but no luck so far.
RE: Understanding The eosio.token Contract