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
Post a Comment