This repository contains examples of how to use the Meteora Dynamic Bonding Curve program in Go. Powered by solana-go.
- 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.
- Set the RPC endpoint in the examples.
- Uncomment the
main()
function in the examples.
go run examples/<file-name>.go