golang写的工具,当前支持 MAC版本
## 支持转账 ETH (执行命令)
./sendTx -to "" -privateKey "" -contractId "eth" -amount 0.00001
## 支持转账 ERC20 代币 (执行命令)
./sendTx -to "" -privateKey "" -contractId "0xB8c77482e45F1F44dE1745F52C74426C631bDD52" -amount 0.00001
参数介绍:
to: 接收币的地址
privateKey:离线签名需要的私钥
contractId: ERC20合约地址/eth
amount : 支持到小数点后面5位
1