Skip to content

Commit

Permalink
[FABG-895] Add more prominent link to GoDocs in README
Browse files Browse the repository at this point in the history
Change-Id: Iaa0311a0b2a86941efda00098d905e239a60ed7c
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Aug 15, 2019
1 parent ae6252c commit 54aba20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ go get github.com/hyperledger/fabric-sdk-go

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

### Documentation

SDK documentation can be viewed at [GoDoc](https://godoc.org/github.com/hyperledger/fabric-sdk-go).

The packages intended for end developer usage are within the pkg/client folder along with the main SDK package (pkg/fabsdk).

### Examples

- [E2E Test](test/integration/e2e/end_to_end.go): Basic example that uses SDK to query and execute transaction
Expand Down

0 comments on commit 54aba20

Please sign in to comment.