Hyperledger - Build Your First Network - A walkthrough (video)

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
Subscribe to Human Intelligence Engineering
Explorations of human ingenuity in a world of technology.