Transfer ETH / ERC20 / ERC721

Confirm that the RPC has been set up.

Set RPC

Transfer ETH

./eth-cli transfer -a 0.0012eth \
    -p dropbox -n myWallet01 \
    -t 0x0000000000000000000000000000000000000000
# USE
eth-cli transfer --help
# for more options

ERC20

例子

eth-cli transferERC20 --amount 100 \
    -f /tmp/a.json  \
    --token 0x7a33ECCA359469AaDDd225cbFAAB5FCe4e429126 \ 
    --to 0x0000000000000000000000000000000000000001s

ERC721

eth-cli transferERC721 \
    -p dropbox -n myWallet01 \
    --to 0x0000000000000000000000000000000000000001 \
    --token 0x122895Fc43505D4d724037709f60f87f99d80Bfd --id 1

Last updated