组织 | 排序 | 通道 |
---|---|---|
4 | 2 | 2 |
cryptogen generate --config=crypto-config.yaml
configtxgen -profile OrdererGenesis -outputBlock ./channel-artifacts/genesis.block -channelID fabric-channel
configtxgen -profile Channel12 -outputCreateChannelTx ./channel-artifacts/channel12.tx -channelID mychannel12 configtxgen -profile Channel34 -outputCreateChannelTx ./channel-artifacts/channel34.tx -channelID mychannel34
configtxgen -profile Channel12 -outputAnchorPeersUpdate ./channel-artifacts/Org1MSPanchors.tx -channelID mychannel12 -asOrg Org1MSP configtxgen -profile Channel12 -outputAnchorPeersUpdate ./channel-artifacts/Org2MSPanchors.tx -channelID mychannel12 -asOrg Org2MSP configtxgen -profile Channel34 -outputAnchorPeersUpdate ./channel-artifacts/Org3MSPanchors.tx -channelID mychannel34 -asOrg Org3MSP configtxgen -profile Channel34 -outputAnchorPeersUpdate ./channel-artifacts/Org4MSPanchors.tx -channelID mychannel34 -asOrg Org4MSP