钱包客户端
github:https://github.com/tronprotocol/wallet-cli
运行命令:下载后在wallet_cli目录下执行, ./gradlew run
注册钱包
RegisterWallet
客户端会提示输入密码,该密码用于加密私钥,生成keystore
生成的keystore文件:
UTC--2018-09-30T16-39-18.964000000Z--TMW93153grZpc3zjc6XJVW4HFv9zCHUAt4.json
地址为:TMW93153grZpc3zjc6XJVW4HFv9zCHUAt4
登陆
login
客户端会提示你输入密码,输入密码后,需要选择本地已经存储的keystore账号,选择完成后才进行正式的登陆验证
查看账号信息
GetAccount Address
查出对应账号的相关信息,包含但不限于账户余额,是否是见证节点.....
转账
SendCoin ToAddress Amount
客户端对于发起的交易会进行二次确认(确认输入Y即可),确认后,需要输入账号的密码才可发起交易,并返回交易的txid
查看交易状态
getTransactionById txid
查看交易状态
getTransactionInfoById taxied
查看交易信息
创建通证
AssetIssue AssetName TotalSupply TrxNum AssetNum StartDate EndDate Description Url FreeNetLimitPerAccount PublicFreeNetLimit FrozenAmount0 FrozenDays0 ..
备注:TrxNum and AssetNum represents the conversion ratio of the tron to the asset
e.g:
AssetIssue abc001 100000000 1 1000 2018-10-2 2018-10-8 abc http://abc.com 1024 1024