hyperledger-fabric-the-hard-way icon indicating copy to clipboard operation
hyperledger-fabric-the-hard-way copied to clipboard

Bootstrap Hyperledger Fabric the hard way on Vagrant.

Hyperledger Fabric The Hard Way

This tutorial walks you through setting up Hyperledger Fabric the hard way. There is no script needed.

The results of this tutorial should not be viewed as production ready, but the writter is following Production Network approach, may receive limited support from the community, but don't let that stop you from learning!

Cluster Details

  • CA Fabric 1.5.2
  • Fabric 2.4.3

Labs

This lab required you to have understanding & installed system of Vagrant & Virtualbox

  • Provisioning Infrastructure
  • Installing prerequisites tools
  • Setup Certificate Authority
  • Setup TLS Certificate Authority Server
  • Setup Enrollment Certificate Authority Server
  • Setup Orderer Service
  • Setup Peer Service
  • Setup Channel
  • Setup & Testing Chaincode

Architecture

There are 3 organizations in this tutorial, all of this organizations will join channel called QRIS.

  • BI (Bank Indonesia), will host 3 Orderer services
  • GoPay, will host 2 peer services
  • DANA, will host 2 peer services

High Level Architecture