Introduction to Blockchain
- Introduction to Blockchain
- What is Blockchain?
- Types of networks
- Public networks
- Permissioned network
- Private network
- Need for Blockchain components of Blockchain
- Consensus
- Provenance
- Immutability
- Finality
- Where can Blockchain be used
- Blockchain example
How Blockchain Works
- How Blockchain works
- Structure of Blockchain
- Block
- Hash
- Blockchain
- Distributed
- Lifecycle of Blockchain
- Smart Contract
- Consensus Algorithm
- Proof of work
- Proof of stake
- Practical Byzantine
- Fault tolerance
- Actors of Blockchain
- Blockchain developer
- Blockchain operator
- Blockchain regulator
- Blockchain user
- Membership service provider
- Building a small Blockchain application
Introduction to Hyperledger Fabric v1.1
- Introduction to Hyperledger
- What is Hyperledger
- Why Hyperledger
- Where can Hyperledger be used
- Hyperledger architecture
- Membership
- Blockchain
- Transaction
- Chaincode
- Hyperledger Fabric
- Features of Hyperledger
- Fabric installation of prerequisite
Getting Started with Fabric Model
- The Fabric model
- Features of Fabric model
- Chaincode
- SDK’s
- Ledger
- Privacy through channels
- Security and membership services
- Assets
- Consensus
- Components of Fabric model
- Peer
- Orderer
- Certificate authority
- Building your network
Chaincode
- Chaincode
- Chaincode API
- How to write a Chaincode
- Lab
Architecture of Hyperledger Fabric v1.1
- Architecture of Hyperledger Fabric
- Transaction
- Ledger
- Nodes
- Peer
- Endorser
- Ordering nodes
- Channels
- Certificate authority
- Transaction flow
- Lab
Bootstrapping
- Bootstrapping the network
- Introduction
- Lab
- Generate the crypto material for the various participants
- Generate the genesis block for the orderer node and start ordering services (solo node)
- Generate the configuration transaction block to create a new channel
- Sign the configuration block and create a new channel
- Make peers of all the organizations join the channel
Introduction to Hyperledger Explorer
- Introduction to Hyperledger Explorer
- Block details peer list
- Chaincode list
- Transaction details
- Installation of Hyperledger Explorer
- Starting the Explorer app
Introduction to Hyperledger Composer
- Introduction
- Components of Hyperledger Composer
- Benefits of Hyperledger Composer
- Key concepts
- Hyperledger Composer solution
- Installation
Hyperledger Composer Playground
- Hyperledger Composer Playground
- Introduction
- Lab: Playground overview