Learn programming smart contracts in Hyperledger Fabric v2
Read the tutorial here

Learn the basics of fabric architecture by setting up a fabric business network
Write a smart contract and deploy it onto business network
Write a fabric client app to invoke smart client
Who is this for
You have spent some time reading hyperledger fabric docs
You want to get a hands on experience on setting up a fabric network and write smart contract
Prerequisites
Familiarity with fabric key concepts and transaction flow
Golang
Docker
Bash
Git Repo
Clone the project repo here
Background
I have a fair amount of experience in writing software and leading software development teams. One of the joys of being a software developer is getting to learn new ways of working with different tech. Hyperledger Fabric is one such very exciting project in the subject of enterprise distributed ledger technology.
This gitbook is an attempt to make an easy entry into this field by creating a project from scratch with the minimum amount of concepts and setup involved (atleast this approach worked for me). After creating this simple project the reader will have enough confidence to go into in depth study of the subcomponents of Fabric.
Please feel free to reach out to me for any questions/suggestions - dibyajyotibehera(at)gmail.com
Last updated
Was this helpful?