November 2018
Intermediate to advanced
528 pages
13h 21m
English
In the previous chapter, we introduced how to build a Fabric network, and how to install and use the composer and playground utilities. In this chapter, we will discover a new way to start a Hyperledger Fabric V1.2 (or earlier) network for development purposes using a set of helper scripts (https://github.com/hyperledger/composer-tools/tree/master/packages/fabric-dev-servers).
Let's start by creating a directory called fabric-dev-servers/ under the home (~) location:
mkdir ~/fabric-dev-servers && cd ~/fabric-dev-servers
Next, we install Yeoman, which is a tool for generating skeleton web applications. We install it so that we may use the generator generator-hyperledger-composer later:
npm install –g yo ...
Read now
Unlock full access