https://github.com/ontio/ontology/blob/master/README_CN.md
创建钱包
./ontology account add -d
每个节点的钱包信息
./ontology account list -v
转账(from 参数可以不指定 不指定使用默认账户)
./ontology asset transfer --from= AM3WLUwfN93KVXg7xzjSJB6trpP2taudrv --to= APrJcx9CF6czd4rAXx592i1oAGBq5YbVjB --amount=10
启动node节点
./ontology --nodeport=20338 --rpcport=20336
查询余额
./ontology asset balance -address=APrJcx9CF6czd4rAXx592i1oAGBq5YbVjB
网友评论