我正在为一个项目进入 Hyperleadger Indy,并希望将其设置为一个干净的 docker 容器。它经常与正确的文档来源混淆。
首先,我想学习基于 Alice 的教程。
我使用https://github.com/hyperledger/indy-sdk/作为存储库并使用来自https://github.com/hyperledger/indy-sdk/#how-to-start-local-nodes-的命令安装它带码头的游泳池。
一切正常,但是当我尝试输入 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 以及何时使用 Indy-SDK,它们是独立的吗?