我正在为一个项目进入Hyperleadger Indy,并希望将其设置为一个干净的docker容器。它经常与正确的文档来源混淆。
作为一个开始,我想遵循基于爱丽丝的教程。
我曾经https://github.com/hyperledger/indy-sdk/作为存储库,并使用中的命令进行安装https://github.com/hyperledger/indy-sdk/#how-使用docker启动本地节点池。
一切正常,但当我试图进入CML时,会发生这种情况:
indy@a1265007869d:/$ indy
Loading module /usr/local/lib/python3.5/dist-packages/config/config-crypto-example1.py
Module loaded.
This client is deprecated! Please, use the new libindy-based CLI: https://github.com/hyperledger/indy-sdk/tree/master/cli
Indy-CLI (c) 2017 Evernym, Inc.
Type 'help' for more information.
Running Indy 1.4.66
任意命令投掷:
Exception in callback PosixAsyncioEventLoop.run_as_coroutine.<locals>.stdin_ready() at /usr/lib/python3/dist-packages/prompt_toolkit/eventloop/asyncio_posix.py:65
handle: <Handle PosixAsyncioEventLoop.run_as_coroutine.<locals>.stdin_ready() at /usr/lib/python3/dist-packages/prompt_toolkit/eventloop/asyncio_posix.py:65>
有人能解释一下什么时候使用Indy Node,什么时候使用Indiy SDK,它们是独立的吗?
Embedded indy node CLI现已弃用。有两种选择:
- 尝试其他终端客户端或具有不同窗口大小的同一客户端
- 从
indy-cli
分离的包移到CLI。你可以在这里找到它https://github.com/hyperledger/indy-sdk/blob/master/cli/README.md