DZhangLab / HIDe-infrastructure

2 stars 0 forks source link

Develop network using default template (non-production level) #14

Closed ebenissan closed 1 year ago

ebenissan commented 2 years ago
i1uxaermakov commented 1 year ago

_From https://hyperledger-fabric.readthedocs.io/en/release-2.2/test_network.html_ Each node and user that interacts with a Fabric network needs to belong to an organization in order to participate in the network. The test network includes two peer organizations, Org1 and Org2. It also includes a single orderer organization that maintains the ordering service of the network.

Every peer in the network needs to belong to an organization. In the test network, each organization operates one peer each, peer0.org1.example.com and peer0.org2.example.com.

i1uxaermakov commented 1 year ago

[] 4 different peers, 2 peers per organization [] what are different ports for?

i1uxaermakov commented 1 year ago

What are the ports used for?

Peer ports

Ordered ports

i1uxaermakov commented 1 year ago

Have been understanding the shell scripts and the docker-compose files to understand how the network is brought up.

Overall, the process involves the following: