From 270f57b83a46b1312918c85e591ef302aed34c7d Mon Sep 17 00:00:00 2001 From: Troy Ronda Date: Mon, 29 May 2017 11:15:35 -0400 Subject: [PATCH] [FAB-4147] Add links to example projects This patch adds a link to a CLI example that leverages the Go SDK. Change-Id: Ib84d94883697f4db84442a72bf9dc8c7b2b2f623 Signed-off-by: Troy Ronda --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53f2c39dd8..26476afd89 100644 --- a/README.md +++ b/README.md @@ -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