HyperLedger Fabric is the platform for developing BlockChain Application. It helps to create and manage blockchain network and smart contracts.
BlockChain offers a lot of possibility in domains like Banking, Government, Healthcare etc. Awareness of BlockChain is going rapidly and adoption is at full pace.
Before starting working on HyperLedger it’s must to setup, install and make it run. This blog by Techaroha Team explain the step by step process to setup and install Hyperledger in Ubuntu/Linux.
If you find any issue in this step by step guide to install hyperledger in Ubuntu/Linux Os you can always contact Techaroha Support for further assistance.
Execute the below command to install curl in Ubuntu
sudo apt-get install curl
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –
sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable”
sudo apt-get update
apt-cache policy docker-ce
sudo apt-get install -y docker
sudo apt-get install docker-compose
sudo systemctl status docker
#Check Docker Version
docker-compose –version
#Running Docker Daemon
dockerd
sudo apt-get install golang-go
# Setup Go Path
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
Please make sure your are installing node 6.9 , Node 7 is not supported
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash –
sudo apt-get install -y nodejs
Install Hyperledger Fabric and Its Dependencies using following command of curl
curl -sSL https://goo.gl/Q3YRTi | bash if
If you encounter any error like unable to connect daemon or daemon not accessible ,
You should restart the system , start the daemon and do a soft reboot using the command.
git clone https://github.com/hyperledger/fabric-samples.git
cd fabric-samples
If you want any help with the installation of Heyperledger or you want BlockChain Developers in India or any other location you can always contact us here.