The dbc-go provides a convenient way interact with the DAMM v2 instructions directly. Before you begin, here are some important resources:

Getting Started

To use the Go SDK and test locally, you can use the following command:

Clone the repository

git clone https://github.com/MeteoraAg/dbc-go.git

Install dependencies

go mod tidy

Run the examples

Before running the examples, you need to set the private keys and public keys in the examples.
go run examples/<file-name>.go

Examples