【发布时间】:2021-07-03 10:44:03
【问题描述】:
我第一次尝试设置 ConsenSys Quorum,在按照快速入门 tutorial 操作时遇到错误。
我按照以下步骤生成错误:
-
npx quorum-dev-quickstart -
您想运行哪个以太坊客户端?默认值:(1) 我的答案:1
- 超级账本Besu
- GoQuorum
-
您想试用 Codefi Orchestrate 吗?注意:选择是将引导您进入登录/注册页面。 [Y/n] 我的回答:n
-
您希望启用对私人交易的支持吗? [是/否] 我的回答:是的
-
您希望启用对使用 Splunk 或 ELK(Elasticsearch、Logstash 和 Kibana)进行日志记录的支持吗?默认值:(1) 我的答案:3
- 无
- Splunk
- 麋鹿
-
我们应该在哪里为这个网络创建配置文件?请 选择一个空目录,或者一个不存在的新目录的路径。默认值:./quorum-test-network ./quorum-test-network
-
✅安装完成。 要启动您的测试网络,请在目录“./quorum-test-network”中运行“run.sh”
-
cd quorum-test-network -
./run.sh
终端错误:
*************************************
Quorum Dev Quickstart
*************************************
Start network
--------------------
Starting network...
ERROR: yaml.constructor.ConstructorError: while constructing a mapping
in "./docker-compose.yml", line 383, column 5
expected a mapping or list of mappings for merging, but found scalar
in "./docker-compose.yml", line 253, column 19
ERROR: yaml.constructor.ConstructorError: while constructing a mapping
in "./docker-compose.yml", line 383, column 5
expected a mapping or list of mappings for merging, but found scalar
in "./docker-compose.yml", line 253, column 19
*************************************
Quorum Dev Quickstart
*************************************
----------------------------------
List endpoints and services
----------------------------------
JSON-RPC HTTP service endpoint : http://localhost:8545
JSON-RPC WebSocket service endpoint : ws://localhost:8546
Web block explorer address : http://localhost:25000/
要查看 docker-compose 文件,请单击 here。
【问题讨论】:
-
如何使用这三个图像文件来重现问题?您能否编辑问题以包含minimal reproducible example,以及任何相关的应用程序代码和您收到的错误,作为文本而不是图像?
-
我只是用我采取的所有步骤来更新问题。如果你能帮助我,我会很高兴。
标签: docker docker-compose yaml quorum consensys-truffle