November 2018
Intermediate to advanced
528 pages
13h 21m
English
In this project we will make use of the Hyperledger Composer development tools. Hyperledger Composer is an application development framework, which helps us in getting started quickly, and which simplifies the creation of Hyperledger Fabric (https://hyperledger-fabric.readthedocs.io/en/latest/) blockchain applications.
We start by installing the most important utility, composer-cli, which will help us to perform administrative, operational, and development tasks:
npm install -g composer-cli@0.19
Next, we'll also pick up generator-hyperledger-composer and composer-rest-server. We start by installing the first package, which is a Yeoman module that creates project templates for using with Hyperledger ...
Read now
Unlock full access