Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ODOWDAIBM committed Feb 1, 2017
1 parent f02310d commit 656a59d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Fabric Composer
Fabric Composer is a blockchain Solution Framework for Hyperledger Fabric: a library of assets/functions for quickly creating blockchain-based applications.
Fabric Composer is an application development framework which simplifies and expedites the creation of [Hyperledger fabric](https://hyperledger-fabric.readthedocs.io/en/latest/) blockchain applications. If you're new to Blockchain, Hyperledger fabric or Fabric Composer, we recommend that you start at the [GitHub pages website](https://fabric-composer.github.io). This site will help you get up and running by developing a sample blockchain application to buy and sell houses and apartments in a digital property business network.

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.
# Using this repository

You must install [Lerna](https://lernajs.io) to build this multi-package repository.

Expand All @@ -27,3 +20,11 @@ Alternatively, you can execute npm commands across all of the packages at once u
Lerna:

$ lerna run test

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.

0 comments on commit 656a59d

Please sign in to comment.