To start development of Fabric Composer, first clone this repository.
$ git clone [email protected]:hyperledger/composer.git
You must install Lerna to build this multi-package repository:
$ npm install -g [email protected]
The lerna boostrap
that is required as been included as a target in the npm run
scripts. Therefore just issue a
$ cd composer $ npm install
You can then work with the packages under packages/ on a per-package basis as any normal node.js package.
To run the whole test suite
$ npm test
You're now ready to start with the Fabric Composer project.