eosc
eosc copied to clipboard
Adding the interaction with tokens
Enabling to get the balance of tokens (e.g. IQ, Karma, Boid, etc) as well as transfer them to another account
I thought I left a response to this earlier, but I'm not seeing it now. So apologies if this is duplicated somewhere else.
This functionality exists through eosc get balance [account] --contract [string]
but the eosc get balance [account] --symbol [string]
does not appear to be working. Have tried with multiple symbols, and only EOS worked for me.
Is this still an issue?
Transferring alts works, but @mathboulianne also mentioned in his issue the ability to get balance of alts.
would be interesting if we could eosc get balance [account_name]
and it would print all non-0 balances. I foresee this being handy for a dev who wants to make their own testnet, make some currencies and then play around with them without having to --contract [name]
each balance
So a eosc get balance [account_name] all
But I definitely do NOT see this as a priority at all. If it's an easy thing, then sure. But definitely not a game changer worth spending too much time on.
Something like eosc get popular-balances
? And we query a bunch of contracts ?
Yeah. But again, i don't think it's a priority to have that. A nice-to-have though.