Generating an orderer genesis block

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

Get Blockchain Development with Hyperledger now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.