我正在玩hyperledger-sawtooth。我安装了 ubuntu机器中的锯齿,但身份事务处理器不是 用锯齿安装。那么如何使用 identity-tp 命令
答案 0 :(得分:2)
进入sawtooth-core / bin文件夹,其中所有的deafualt TP都在那里。你会发现build_xxx_identity-tp。 启动验证器,设置TP并从bin运行shell脚本文件。 您将在验证器中看到登录,即身份-tp已注册。
答案 1 :(得分:2)
python3-sawtooth-identity
/usr/bin/identity-tp -v -C tcp://localhost:4004
对于Docker,您通常可以像其他事务处理器一样,在其自己的容器中运行Identity TP。
有关更多信息,请参见https://sawtooth.hyperledger.org/docs/core/releases/latest/cli/identity-tp.html
编辑:根据要求,以下是身份交易处理器规范: https://sawtooth.hyperledger.org/docs/core/nightly/master/transaction_family_specifications/identity_transaction_family.html