Tag: Python

Step By Step Guide To Install hyperledger in Ubuntu/Linux

Please ignore , this method are not valid now. This Post and Method is Outdated please view this link to install the hyper-ledger latest method. Step By Step Guide To Install hyperledger in Ubuntu/Linux 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. Below is the Step By Step Guide To Install hyperledger in Ubuntu/Linux Step 1: Install Curl – Prerequisite for Hyperledger Execute the below command to install curl in Ubuntu sudo apt-get install curl Step 2 Install Docker for Ubuntu 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 Step 3 Install GoLang for Ubuntu sudo apt-get install golang-go # Setup Go Path export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin Step 4 Install NodeJs on Ubuntu/Linux Operating System 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 Step 5 Installing Pythonsudo apt-get install python Step 6 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. Download Fabric Examples 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.