December 2018
Intermediate to advanced
222 pages
6h 6m
English
After generating the certificate, the next step in the process is to generate the orderer genesis block. The configtxgen command allows users to create and inspect channel config. The configtxgen tool's output is largely controlled by the content of configtx.yaml, as follows:
Profiles: ICOrgsOrdererGenesis: Orderer: <<: *OrdererDefaults Organizations: - *OrdererOrg Consortiums: InsuranceClaimConsortium: Organizations: - *Org1 - *Org2 - *Org3 ICOrgsChannel: Consortium: InsuranceClaimConsortium Application: <<: *ApplicationDefaults Organizations: - *Org1 - *Org2 - *Org3Organizations: - &OrdererOrg Name: OrdererOrg ID: OrdererMSP MSPDir: crypto-config/ordererOrganizations/ic.com/msp - &Org1 Name: Org1MSP
Read now
Unlock full access