You can access the code files for this chapter at the following GitHub link: https://github.com/PacktPublishing/Blockchain-Development-for-Finance-Projects/tree/master/Chapter%204.
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 this 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 version of Docker and Docker Compose
- Go version 1.12.x
- Node.js version 10.15.3 and higher
- npm version 5.6.0 and above
- Python 2.7
After downloading and installing the dependencies, we need to download and install the binaries, samples, and Docker images for Hyperledger...