sxcntqnt / Hyperledger-Fabric

Hyperledger fabric 2.3 blockchain setup with 2 Orgs and 3 Orderers (RAFT), 3 CA (1 Orderer, other for each organization).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperledger-Fabric

AUTHOR:

DESCRIPTION:

This repository contains a Hyperledger fabric blokchain setup from scratch.

Export Fabric Binary path

  • export PATH=${PWD}/bin:$PATH
  • Note : please verify your PWD is Hyperledger-Fabric

Setup

  • Follow this Article for basic understanding of hyperledger fabric.
  • Follow this Article to setup test network from scratch.
  • Follow this Article to deploy JAVA, GO, JavaScript chaincodes.
  • Follow this Article to integrate Hyperledger explorer.
  • Follow this Article to setup a Grafana and Prometheus for the fabric network monitoring.
  • Follow this Article to remove existing organization from blockchain network.
  • Follow this Article to integrate Hyperledger Caliper and benchmark fabric network.
  • Follow this Article to onboard new peer into running organization in the Hyperledger Fabric network.
  • Follow this Article to configure/modify block cutting settings.
  • Follow this Article to revoke identity from HLF network.

About

Hyperledger fabric 2.3 blockchain setup with 2 Orgs and 3 Orderers (RAFT), 3 CA (1 Orderer, other for each organization).


Languages

Language:Shell 55.7%Language:Java 23.9%Language:JavaScript 16.7%Language:Go 3.7%