You can access the code files of this chapter at the following GitHub link:
For this project, we'll be working with the Hyperledgic Fabric 1.4 binaries and Docker images provided in the Hyperledger Fabric GitHub repository.
You can find the step-by-step installation process at the following link:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html.
Hyperledger Fabric assumes that you have the following dependencies installed:
- The latest version of the cURL tool
- The latest versions of Docker and Docker Compose
- Go version 1.12.x
- Node.js version 10.15.3 or higher
- Npm version 5.6.0 or higher
- Python 2.7
After downloading and installing the dependencies, we need to download and install the binaries, samples, and docker images for Hyperledger...