Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Hi I have been following the tutorials in youtube it uses CLI container to add an org. Since using CLI container is not recommended to have in production environment how to add an org into the existing network withput using cli container

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
598 views
Welcome To Ask or Share your Answers For Others

1 Answer

the following tutorial from the IBM developer works, should help you further for the moment:

IBM Developer works description of configtxlator tool

At short:

  1. extract current config from genesis block
  2. Convert to human readable format
  3. Modify and do your changes
  4. Convert back to binary format
  5. Apply changes to the network

The tool is available in the cli container or can be found here in the sources of the current master:

https://github.com/hyperledger/fabric/tree/master/common/tools/configtxlator

And further, more complete samples are available here.

https://github.com/hyperledger/fabric/tree/master/examples/configtxupdate


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...