在byfn.sh中,generateChannelArtifacts包含3个子函数
生成通道的创世区块
configtxgen -profile TwoOrgsOrdererGenesis -outputBlock ./channelartifacts/genesis.block
生成创建通道的交易文件
configtxgen -profile TwoOrgsChannel outputCreateChannelTx ./channel-artifacts/channel.tx -channelID mychannel
生成创建组织锚点的文件
configtxgen -profile TwoOrgsChannel outputAnchorPeersUpdate ./channel-artifacts/Org2MSPanchors.tx channelID mychannel -asOrg Org2MSP
生成通道所需的配置文件
vim configtx.yaml