Skip to content

Commit

Permalink
[FAB-3003] Updated README
Browse files Browse the repository at this point in the history
Change-Id: Id53d8ece13e889ee40877bef1f5f90b06b0b1c7f
Signed-off-by: Divyank Katira <[email protected]>
  • Loading branch information
d1vyank committed Apr 5, 2017
1 parent f731064 commit c153bac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ 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, fabric-ca and fabric-sdk-node set up. Refer to the Hyperledger Fabric [documentation](https://github.com/hyperledger/fabric) on how to do this.
- A working fabric, and fabric-ca set up. It is recommended that you use the docker-compose file provided in `test/fixtures`. 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.


## Compatibility

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

0 comments on commit c153bac

Please sign in to comment.