You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,14 @@ This project must be cloned into `$GOPATH/src/github.com/hyperledger`. Package n
13
13
Execute `go test` from the fabric-client and fabric-ca-client to build the library and run the basic headless tests.
14
14
15
15
Execute `go test` in the `test/integration` to run end-to-end tests. This requires you to have:
16
-
- A working fabricand 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.
17
17
- 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
+
18
20
19
21
## Work in Progress
20
22
21
23
This client was last tested and found to be compatible with the following Hyperledger Fabric commit levels:
0 commit comments