So the network that we are going to build will have the following below components. For this example we are using Three PCs lets say (PC1 , PC2 and PC3):
- A Certificate Authority (CA) — PC1
- An Orderer — PC1
- 1 PEER (peer0) on — PC1
- 1 PEER (peer1) on — PC2
- couchdb1
- CLI on — PC1 and PC2
Once we have this network having One Org1 running with 2 peers on different VMs, we are going to extend this by adding a new organization Org2 with 1 peer peer0.org2
- 1 PEER (peer0) on — PC3
- couchdb2
- CLI on — PC3