How can I generate a Go (Golang) client for my Solana program written in Rust ?
I am writing my Solana program with Pinocchio and using Codama to generate a TypeScript client.
Codama does not yet support Go. But Go is a major language for backend development.
There are only community-contributed Solana SDKs:
- Solana SDK for Go
- gagliardetto's Anchor-Go
- SDK forked from the above Anchor-Go by Fragmetric Labs