Add Org or peer in Org dynamically in Hyperledger fabric

后端 未结 3 1900
借酒劲吻你
借酒劲吻你 2020-12-23 23:57

I am using http://hyperledger-fabric-doc.readthedocs.io/en/latest/getting_started.html for Hyperledger Fabric setup in Ubuntu VM. As per tutorial (fabric-samples/first-netwo

3条回答
  •  遥遥无期
    2020-12-24 00:37

    It isn't to the point of being "dynamic" just yet. However, the reconfiguration is done using the configtxlator tool to read the genesis block and modify it's contents, then submit it as a new transaction that updates the network/channel configuration. Please see the tutorial on configtxlator here.

提交回复
热议问题