Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.27 KB

Hyperledger Fabric Adapter

HLF Adapter Tests Smart Contract Tests

Folder structure

  1. cc-anchor : chaincode for anchoring using the signed hashlinks
  2. hlf-adapter : hyperledger fabric anchoring adapter using the signed hashlinks
  3. network : hyperledger fabric blockchain network configuration
  4. scripts : deployment, clean scripts
  5. templates : k8s deployment templates

Prerequisites

  1. Docker up and running
  2. kubectl configured to your working cluster

Deployment

  1. Deploy the blockchain network :
./scripts/deploy-network.sh
  1. Deploy hlf-adapter
./scripts/deploy-hlf-adapter.sh
  1. Continue with ePI deployment : Deployment steps

Clean-up blockchain network

./scripts/drop-network.sh

External

  1. Hyperledger fabric documentation 2.3