for deploying hyperledger fabric network using composer do i need to deploy composer per orgs (here in this case i'm using 2 orgs on 2 physical machine) or i setup of composer for all orgs is required? anyone have idea on this?
相关问题
- How to add a new Orderer Organization to existing
- How do you generate pool_transactions_genesis and
- chaincode in hyperledger composer vs chaincode in
- Hyperledger fabcar sample fabric showing connect f
- OCI runtime exec failed: exec failed: container_li
相关文章
- When I generate MSP for some organization, I can c
- Does Composer needs an already built Fabric networ
- Hyperledger transaction verification
- Hyperledger Fabric - Error while Instantiating cha
- Hyperledger fabric's ChannelCreationPolicy
- what kind of peer types does hyperledger have?
- How to retrieve user information from recent versi
- Asset Creation through Transaction in Hyperledger
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)