💻Prerequisite Installation
Before you begin, you should confirm that you have installed all the prerequisites below on the platform where you will be running Hyperledger Fabric.
Install Git
sudo apt-get updatesudo apt-get install gitInstall cURL
sudo apt install curlDocker and Docker Compose
sudo apt-get update
sudo apt-get install \
ca-certificates \
curl \
gnupg \
lsb-releaseInstall GoLang
Install NVM
Install Node and NPM
Last updated