Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit f171bef

Browse files
author
Firas Qutishat
committed
Update README file
Change-Id: I52a82610de7aeb130599cde2b6cc9eef59ce3d31 Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
1 parent da93bdc commit f171bef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ This project must be cloned into `$GOPATH/src/github.com/hyperledger`. Package n
1313
Execute `go test` from the fabric-client and fabric-ca-client to build the library and run the basic headless tests.
1414

1515
Execute `go test` in the `test/integration` to run end-to-end tests. This requires you to have:
16-
- A working fabric and fabric-ca set up. Refer to the Hyperledger Fabric [documentation](https://github.com/hyperledger/fabric) on how to do this.
16+
- 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.
1717
- 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.
18+
- Run `create-channel.js` and `join-channel.js` in fabric-sdk-node test.
19+
1820

1921
## Work in Progress
2022

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

0 commit comments

Comments
 (0)