January 2020
Intermediate to advanced
530 pages
11h 11m
English
For this project, we'll be working with the Hyperledger Fabric samples provided in the Hyperledger Fabric GitHub repository.
You need to have Docker and Docker Compose installed to carry out the setup. To install all the dependencies, go to https://hyperledger-fabric.readthedocs.io/en/release-1.4/install.html and follow the instructions.
After downloading and installing the dependencies, we need to download and install the binaries, samples, and Docker images for Hyperledger Fabric. To do this, we'll be using curl to download the images from the Fabric repository, as follows:
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0
This will take up to 15 minutes to complete, depending on your network connectivity. ...
Read now
Unlock full access