Skip to content

Commit

Permalink
[FAB-4147] Add links to example projects
Browse files Browse the repository at this point in the history
This patch adds a link to a CLI example that leverages the Go SDK.

Change-Id: Ib84d94883697f4db84442a72bf9dc8c7b2b2f623
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed May 29, 2017
1 parent b9f8928 commit 270f57b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -18,12 +18,13 @@ go get -u github.com/hyperledger/fabric-sdk-go/fabric-client
go get -u github.com/hyperledger/fabric-sdk-go/fabric-ca-client
```

You're good to go, happy coding! Check out the samples for a usage demonstration.
You're good to go, happy coding! Check out the examples for usage demonstrations.

### Samples
### Examples

- [E2E Test](test/integration/end_to_end_test.go) and [Base Test](test/integration/base_test_setup.go)
- More samples needed!
- [E2E Test](test/integration/end_to_end_test.go) and [Base Test](test/integration/base_test_setup.go): Part of the E2E tests included with the Go SDK.
- [CLI](https://github.com/securekey/fabric-examples/tree/master/fabric-cli/): An example CLI for Fabric built with the Go SDK.
- More examples needed!

### Community

Expand Down

0 comments on commit 270f57b

Please sign in to comment.