🎨
Learn hyperledger fabric 2 with golang
  • Learn programming smart contracts in Hyperledger Fabric v2
  • Setting up the Fabric Business Network
    • Step 1 - Bring up the Fabric CA
    • Step 2 - Enroll organisations with Fabric CA
    • Step 3 - Bring up peer nodes
    • Step 4 - Configure a channel
    • Step 5 - Execute the script
  • Create a chain code
    • Deploy and invoke the chain code
    • What just happened
  • Create application side code to invoke smartcode
  • Recap
Powered by GitBook
On this page
  • Who is this for
  • Prerequisites
  • Git Repo
  • Background

Was this helpful?

Learn programming smart contracts in Hyperledger Fabric v2

NextSetting up the Fabric Business Network

Last updated 3 years ago

Was this helpful?

Read the tutorial

  • 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 want to get a hands on experience on setting up a fabric network and write smart contract

Prerequisites

  • Golang

  • Docker

  • Bash

Git Repo

Background

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

You have spent some time reading hyperledger fabric

Familiarity with fabric and

Clone the project repo

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. is one such very exciting project in the subject of enterprise distributed ledger technology.

I must appreciate the comprehensive documentation provided by Fabric team at - . It's an absolute joy to read.This gitbook is a simplified and hands-on view of the essential materials in the fabric documentation and the repo

docs
key concepts
transaction flow
here
Hyperledger Fabric
https://hyperledger-fabric.readthedocs.io/
Fabric Samples
here