Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ddxl/anchor-go

Repository files navigation

anchor-go

logo

usage

anchor-go --src=/path/to/idl.json

Generated Code will be generated and saved to ./generated/.

TODO

  • instructions
  • accounts
  • types
  • events
  • errors
  • handle tuple types
  • constants

Future Development

TBD

what is anchor-go?

anchor-go generates Go clients for Solana programs (smart contracts) written using the anchor framework.

what is anchor?

Link: https://github.com/project-serum/anchor

Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts.

I have an anchor program; how do I generate a Go client for it? (step by step)

example 1: metaplex nft candy machine

anchor idl convert  old.json >new.json
make swap-proxy

Note

  • anchor-go is in active development, so all APIs are subject to change.
  • This code is unaudited. Use at your own risk.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published