Step 4 - Configure a channel
Last updated
Was this helpful?
Last updated
Was this helpful?
Till now ..
We have created the docker network with fabric-ca container
Registered and enrolled the peers and users needed for the app
Added peer nodes and couch dbs to the docker network
Next
we will create a channel
is one of the most important concepts in a fabric network
Inshort - channel is a logical group of organisations in a fabric network which share the same ledger smart contracts
There can be x number of channels in a fabric network. Each has its own ledger (& world state) .Each channel can have y number of organisations as its participants
Here we will create one channel with 2 orgs (investorOrg and managementOrg)
Peers of each org will need to endorse a transaction before it can be added to the ledger