Skip to content

subhodi/quorum-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quorum-docker

Quorum node v2.0.0 using docker

Setup

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

Releases

No releases published

Packages

No packages published

Languages