Links
- The tutorial: http://hyperledger-fabric.readthedocs.io/en/release-1.1/build_network.html
- Install the prerequisites: http://hyperledger-fabric.readthedocs.io/en/release-1.1/prereqs.html
Steps
If you’d like to follow the tutorial yourself, here are the commands to execute.
Installing the tools and downloading the samples
mkdir first-network-walkthrough
cd first-network-walkthrough
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.1.0
Run the script
In the same folder:
cd fabric-samples/first-network
export PATH=../bin:$PATH
./byfn.sh generate
./byfn.sh up
./byfn.sh down