Learn Hyperledger Fabric Fundamentals

Understand and Learn Hyperledger Fabric network and development concepts

Learn Hyperledger Fabric Fundamentals
Learn Hyperledger Fabric Fundamentals

Learn Hyperledger Fabric Fundamentals free download

Understand and Learn Hyperledger Fabric network and development concepts

~ This course covered fundamentals of Hyperledger Fabric useful for Fabric developer and network administrator.

~ Explain how the identities work in Hyperledger Fabric and role of Public and Private key in message signing and verification

~ Certificate Authority, Root CA, Intermediate CA and Identity parameters in Fabric. Introduction to certificate revocation list.

~ MSP- Membership Service Provider introduction and folder structure of MSP at different levels.

~ Membership Service Provider domain and Node Operation Units.

~ Fabric Policies and explanation of Signature and Implicit Meta policies.

~ Explanation of different peers inside Fabric, Understand what is Endorsing Peers and how it is different from committing peers.

~ Introduction to ledger and state database. Understand the role of state database that store latest key value pair. Understand how the details are stored in ledger and state database.

~ Understand different types of state database (Level DB and Couch DB)

~ Order Service introduction and functions performed by Ordering service in Fabric network. Different between RAFT and Kafka Ordering service and what is the latest version and what to use.

~ Channel introduction and how channel play important role in fabric network.

~ Private Data introduction and how it is different from channel and how the data gets stored when we use private data

~ Fabric Network introduction, adding Ordering services, creating consortium, adding channel and adding peers to network.

~ Hyperledger Fabric transaction lifecycle

~ Hyperledger Fabric chaincode introduction and understanding of chaincode lifecycle steps

  • Package Chaincode

  • Install chaincode package

  • Approve chaincode definition

  • Commit chaincode definition to channel