Skip to content

tmortada/composer

Repository files navigation

Concerto

Concerto is the Blockchain Solution Framework: a library of assets/functions for quickly creating blockchain-based applications.

You must run the following commands in order to pull the Chaincode dependencies down from their repositories:

$ git submodule init
$ git submodule update

You should see messages indicating that the required git repositories have been cloned into the correct vendor subdirectory.

You must install Lerna to build this multi-package repository.

$ npm install -g lerna

Once Lerna is installed, and this repository is cloned, then you must bootstrap the repository so that all of the dependencies are installed and all of the packages are linked together:

$ lerna bootstrap

You can then work with the packages under packages/ on a per-package basis as any normal node.js package.

Alternatively, you can execute npm commands across all of the packages at once using Lerna:

$ lerna run test

About

Composer is a framework for building Blockchain business networks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.5%
  • TypeScript 14.5%
  • CSS 6.6%
  • Go 2.8%
  • HTML 2.3%
  • Gherkin 0.7%
  • Other 0.6%