andr111
andr111

Reputation: 3052

Create channel between 2 peers in the same organization in Hyperledger Fabric

In HyperLedger Fabric is it possible to create a channel between peers that belong to the same organization / MSP? If so, how can this be configured in crypto-config.yaml and configtx.yaml?

Upvotes: 1

Views: 295

Answers (1)

yacovm
yacovm

Reputation: 5140

Just specify a single organization in the configtx.yaml

However, you have to include some orderer in the channel too. The orderer can also be in the same organization as the peers.

Upvotes: 1

Related Questions