Hyperledger Fabric教程(3)-- byfn.sh分析-生成通道所需交易和文件
作者:互联网
在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
标签:profile,byfn,Fabric,--,生成,sh,configtxgen,channel,通道 来源: https://blog.51cto.com/u_15077160/2914471