Hyperledger is an open-source project hosted by the Linux Foundation. It is focused on developing tools, frameworks, and libraries to implement enterprise-grade blockchain.
Hyprledger Fabric is one of the projects under the umbrella of Hyperledger. It is a permissioned blockchain that overcomes the issues faced by a public blockchain like privacy, access control, performance, and modularity. Hyperledger Fabric is targeted toward enterprises, and for that, it contains modular components like
The properties of HyperLedger Fabric are as follows:
A Hyperledger Fabric contains many types of nodes that make up the blockchain network. Some of these nodes are responsible for hosting chaincode, ledger, and the state. Together, they perform transactions while maintaining privacy and authenticity.
There are two data structures used in the Hyperledger Fabric:
There are three types of nodes in a Hyperledger Fabric network:
There are two types of transactions in a Hyperledger Fabric network:
Note: To learn more about how transactions are executed in Hyperledger Fabric, click here.
Free Resources