Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 341 Bytes

Start Up Hyperledger Fabric Network

To start up an example Hyperledger Fabric network:

cd hyperlook/fabric-sample-network/
./image-pull.sh
./download-binaries.sh
cp bin/* /usr/bin/
kubectl create ns fabric-net
kubectl label node <your-host> bc=true
./start-network.sh

Tear down your network:

./clean-network.sh