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


from fabric first network example , why set organization? orga use for?

in hyperledger fabric, every participant (client, peer, orderer) belongs organization.

organizations have certificate authorities provide members (clients, peers, orderers) enrollment certificates in order authenticate 1 another, , other organizations.

it provides easy way aggregate participants in order define access control rules span multiple clients, peers , orderers without having define each participant separately


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -