美文网首页
Ontology 常用命令

Ontology 常用命令

作者: stevenlife | 来源:发表于2018-06-22 11:03 被阅读0次

    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
    

    相关文章

      网友评论

          本文标题:Ontology 常用命令

          本文链接:https://www.haomeiwen.com/subject/jzxkyftx.html