DZhangLab / HIDe-infrastructure

2 stars 0 forks source link

How to configure the number of nodes we must instantiate, what configurations need to be done #3

Closed ebenissan closed 1 year ago

ebenissan commented 2 years ago
AbirMazumder99 commented 2 years ago
  1. I modified all required scripts to instantiate a network with 3 orgs (1 peer each) instead of 2.
  2. ./network.sh up command is successful
  3. ./network.sh createChannel is unsuccessful. The join channel command (peer channel join -b $BLOCKFILE >&log.txt) fails for the 3rd organization. Not sure what to do from here on.
katherinehuu commented 2 years ago

Hyperledger Compose: chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/viewer.html?pdfurl=https%3A%2F%2Fwww.redbooks.ibm.com%2Fredpapers%2Fpdfs%2Fredp5492.pdf&clen=3437278&chunk=true

peilyt commented 2 years ago

Create a channel and Adding an org to the channel documentation added https://github.com/DZhangLab/HIDe-infrastructure/blob/main/README.md

AbirMazumder99 commented 2 years ago