Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 631 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 631 Bytes

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.