Skip to content

Files

Latest commit

Dec 16, 2024
4e385e0 · Dec 16, 2024

History

History
19 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 399 Bytes

sqs-go-client

This is a Go client for the Osmosis Sidecar Query Server.

Installation

go get github.com/osmosis-labs/sqs-go-client

Examples

See the examples directory for examples of how to use the client.

To run the examples, use the following command:

go run "github.com/osmosis-labs/sqs-go-client/examples"