Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 598 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 598 Bytes

hlf2-network

A Hyperledger Fabric network with a java chaincode

More info in Medium tutorials

Installation instructions

  1. Download the template: git clone https://github.com/ialberquilla/hlf1.4-couchdb

  2. Download bin and config files curl -sSL https://bit.ly/2ysbOFE | bash -s -- -d -s

Start the network

./network.sh up createChannel

Deploy the chaincode

./network.sh deployCC -l java

Stop the network

./network.sh down