❗The content presented here is sourced directly from Youtube platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 25th, 2023]
Hyperledger Fabric is a permissioned blockchain infrastructure, designed to provide a modular architecture with a delineation of roles between the nodes in the infrastructure, execution of Smart Contracts (called “chaincode” in Fabric) and configurable consensus and membership services. It is primarily aimed at integration projects, in which a Distributed Ledger Technology (DLT) is required, offering no user facing services other than an SDK for Node.js, Java and Go. The Fabric Network comprises “Peer nodes”, which execute chaincode, access ledger data, endorse transactions and interface with applications. “Orderer nodes” ensure the consistency of the blockchain and deliver the endorsed transactions to the peers of the network, and Membership Service Providers (MSPs), generally implemented as a Certificate Authority, manage X.509 certificates which are used to authenticate member identity and roles.