I'm trying to setup ConsenSys Quorum for the first time, and I run into an error while following the quickstart tutorial.
I follow the following steps to generate the error:
npx quorum-dev-quickstart
Which Ethereum client would you like to run? Default: (1) My answer: 1
Do you want to try out Codefi Orchestrate? Note: choosing yes will direct you to a login/registration page. [Y/n] My answer: n
Do you wish to enable support for private transactions? [Y/n] My answer: y
Do you wish to enable support for logging with Splunk or ELK (Elasticsearch, Logstash & Kibana)? Default: (1) My answer: 3
Where should we create the config files for this network? Please choose either an empty directory, or a path to a new directory that does not yet exist. Default: ./quorum-test-network ./quorum-test-network
ā Installation complete. To start your test network, run 'run.sh' in the directory, './quorum-test-network'
cd quorum-test-network
./run.sh
Error on terminal:
*************************************
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/
To see the docker-compose file click here.
This should be fixed in v0.0.26
The github issue you posted has been updated https://github.com/ConsenSys/quorum-dev-quickstart/issues/81. Could you verify please and let us know if this is still an issue
Cheers