Jim Green
Jim Green

Reputation: 1118

From fabric first-network example, why set up organization?

From fabric First Network example , why set up organization? what is orga use for?

Upvotes: 0

Views: 96

Answers (1)

yacovm
yacovm

Reputation: 5140

In Hyperledger Fabric, every participant (client, peer, orderer) belongs to some organization.

Organizations have certificate authorities that provide their members (clients, peers, orderers) enrollment certificates in order to authenticate one another, and other organizations.

It also provides an easy way to aggregate participants together in order to define access control rules that span multiple clients, peers and orderers without having to define for each participant separately

Upvotes: 2

Related Questions