configure confixtx.yaml file?
问题 I'm trying to build a Hyperledger Fabric network with the following Smartforce[Orderer Org] Falcon.io [ORG1] Frost.io [ORG2] I have generated all cryptographic materials using cryptogen tool. now looking to build gensis block using configtxgen tool. Here is configtx.yaml : Profiles: TwoOrgOrdererGenesis: Orderer: <<: *OrdererDefaults Organizations: - *Smartforce Consortiums: SampleConsortium: Organizations: - *BusinessPartner1 - *BusinessPartner2 TwoOrgChannel: Consortium: SampleConsortium