1

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?

andr111
  • 2,982
  • 11
  • 35
  • 45

1 Answers1

1

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.

yacovm
  • 5,120
  • 1
  • 11
  • 21