Install hyper ledger fabric and develop business network application
Below steps are use to install Hyperledger Fabric and develop business network application @ UBUNTU 16.04 LTS (64 bits): curl -O https://hyperledger.github.io/ composer/prereqs-ubuntu.sh chmod u+x prereqs-ubuntu.sh ./prereqs-ubuntu.sh npm install -g composer-cli npm install -g composer-rest-server npm install -g generator-hyperledger-composer npm install -g yo npm install -g composer-playground sudo mkdir ~/fabric-tools && cd ~/fabric-tools curl -O https://raw.githubusercontent.com/hyperledger/composer-tools/master/packages/fabric-dev-servers/fabric-dev-servers.zip unzip fabric-dev-servers.zip -->unzip command should execute in /fabric-tools directory cd ~/fabric-tools ./downloadFabric.sh – should run under fabric-tools dir 1. HYPER LEDGER DEVELOPMENT STEPS ...