Hyperledger fabric template to create new networks. Created with two organizations and one channel in Hyperledger Fabric 1.4.
-
Install Hyperledger fabric dependencies: https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html
-
Donwload fabric binaries and samples:
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.3
-
Go to fabric samples:
cd fabric-samples
-
Download the template:
git clone https://github.com/ialberquilla/hlf1.4-template.git
-
Go to the template
cd hlf1.4-template
-
Generate the crypto material
./scripts/generate.sh
-
Start peers
./scripts/start.sh
./scripts/stop.sh