How should composer setup to be done for hyperledger fabric network deployment for multiple orgs on multiple physical machine

雨燕双飞 提交于 2019-12-02 07:49:59

Hyperledger Composer can be used against any hyperledger fabric network topology you have defined, you just need to configure connection profiles and build business network cards with these profiles for the actions you want to perform. The best place to understand the connection profile requirements for a multi-organisation setup is in the multi-org tutorial on the hyperledger composer documentation. https://hyperledger.github.io/composer/tutorials/deploy-to-fabric-multi-org If you are planning on using the 0.17 (and higher versions) of composer then the newer documentation is here https://hyperledger.github.io/composer/next/tutorials/deploy-to-fabric-multi-org (which still has some wrinkles to be sorted out but describes the new connection profile format which simplifies the number of connection profiles previously required)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!