Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
Change-Id: I52a82610de7aeb130599cde2b6cc9eef59ce3d31
Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
  • Loading branch information
fqutishat committed Mar 27, 2017
1 parent da93bdc commit f171bef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -13,12 +13,14 @@ This project must be cloned into `$GOPATH/src/github.com/hyperledger`. Package n
Execute `go test` from the fabric-client and fabric-ca-client to build the library and run the basic headless tests.

Execute `go test` in the `test/integration` to run end-to-end tests. This requires you to have:
- A working fabric and fabric-ca set up. Refer to the Hyperledger Fabric [documentation](https://github.com/hyperledger/fabric) on how to do this.
- A working fabric, fabric-ca and fabric-sdk-node set up. Refer to the Hyperledger Fabric [documentation](https://github.com/hyperledger/fabric) on how to do this.
- Customized settings in the `integration_test/test_resources/config/config_test.yaml` in case your Hyperledger Fabric network is not running on `localhost` or is using different ports.
- Run `create-channel.js` and `join-channel.js` in fabric-sdk-node test.


## Work in Progress

This client was last tested and found to be compatible with the following Hyperledger Fabric commit levels:
- fabric: v1.0.0-alpha
- fabric-ca: `4651512e4e85728e6ecaf21b8cba52f51ed16633`

- fabric-sdk-node: v1.0.0-alpha

0 comments on commit f171bef

Please sign in to comment.