Quorum node v2.0.0 using docker
- This is one node Quorum setup
- Run multiple nodes by maintaining separate directory for each and adding required files into qdata.
- For single node setup keep first entry in static-nodes.json and update IP of it.
nodeKey
andtm.pub
andtm.key
(key-pair for Constellation node) can be generatedd using command line(Geth and Constellation).- Change url and add othernodes IP in tm.conf.
- Update static-nodes.json.
- run
$ docker build -t quorum-node . $ docker-compose up -d node