0.7.0 • Published 7 years ago

composer-ui v0.7.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

Composer-UI

The UI for Fabric Composer

Check that the versions of

docker-compose build && docker-compose up -d

You must run the following commands in order to pull the Hyperledger fabric chaincode dependencies 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@2.0.0-beta.32  

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

You're now ready to start with the Fabric Composer project.

$ npm start
0.7.0

7 years ago

0.5.12

7 years ago

0.5.11

7 years ago

0.5.10

7 years ago

0.5.9

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago