November 2018
Intermediate to advanced
528 pages
13h 21m
English
The next step is to build a local Hyperledger Fabric runtime to deploy your business networks to.
Make sure you have installed all the dependencies required for us to make the Fabric environment run. Then, create a folder with the name food-supply-chain/, which will host our Fabric project and network configurations files.
Enter the project's directory and install the platform-specific binaries:
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/release-1.2/scripts/bootstrap.sh | bash
As a result, you'll preload all of the requisite Docker images for Hyperledger Fabric 1.2 in one shot.
Read now
Unlock full access