Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 2.07 KB

README.md

File metadata and controls

27 lines (20 loc) · 2.07 KB

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.
  • Follow this Article to add organization in Consortium.