Launch Network
We will try to understand the Test Network in-depth.
Test Network will be having below steps to be performed in sequence.
Certificate Generation - CryptoGen Tool/Fabric CA
Start the docker network - HLF Test Network
Create a channel - Orderer will create it. (My channel)
Peers will join the channel.
Anchor peer update
Chaincode Deployment: It has a lifecycle (Chaincode Lifecycle)
Packaging
Install
Approve
Commit
Init the ledger
Invoke or Query Transactions
Note: Please Run these before step 1
If there are containers then run :
Test Network Execution:
Certificate Generation Using CryptoGen Tool:
In the test network folder do the following:
Set the Config Path
Create the Certificates for Org1
Create the certificates for Org2
Create Certificates for OrdererOrg
Start Docker Network
Start the docker containers
Open a new Terminal
Check the docker containers running status
Last updated
Was this helpful?