A Hyperledger Fabric network with a java chaincode
More info in Medium tutorials
-
Download the template:
git clone https://github.com/ialberquilla/hlf1.4-couchdb
-
Download bin and config files
curl -sSL https://bit.ly/2ysbOFE | bash -s -- -d -s
./network.sh up createChannel
./network.sh deployCC -l java
./network.sh down