Sending non-EOS tokens in EOS network with cleos

cc32d9
1 min readJun 24, 2018

--

It appears that cleos cannot initiate transfers for tokens other than EOS. So, the following command syntax should be used instead. here I tested to move one ADD token between my account.

It appears that the amount precision should be exactly that defined in the token contract. First I tried “1.0 ADD”, and I got an error “symbol precision mismatch”. But then adding some zeros has helped:

cleos -u https://eos.greymass.com push action eosadddddddd transfer '["FROMACCOUNT", "TOACCOUNT", "1.0000 ADD", "testing"]' -p FROMACCOUNT

--

--

cc32d9
cc32d9

Written by cc32d9

Telegram: cc32d9, Discord: cc32d9#8327, EOS account: "cc32dninexxx"

No responses yet