Network Concepts
Understand the core components of a Hyperledger Fabric network by exploring its membership services, channels for privacy, ledger structure, chaincode business logic, and ordering service. Learn how these parts work together to enable secure, private, and efficient blockchain transaction processing.
We'll cover the following...
Multiple organizations can form a network. Each organization can have its own membership services provider which will issue and revoke identities for users and peers of that organization. This membership service provider can be a certificate authority hierarchy or a single root certificate authority. In order for other organizations to validate transactions by each other, they need to be set up by having trusted root certificate authorities pre-configured on them in something called an MSP (Membership ...