Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 572 Bytes

Client

GoDoc

The Client package reduces the work required to communicate with a Mesh server.

If you want a higher-level interface that automatically asserts that server responses are correct, check out the Fetcher.

Installation

go get github.com/coinbase/mesh-sdk-go/client

Examples

Check out the examples to see how easy it is to connect to a Mesh server.