Skip to content

Generate Go clients from anchor IDLs for Solana blockchain programs

License

Notifications You must be signed in to change notification settings

HenryMBaldwin/solana-anchor-go

 
 

Repository files navigation

solana-anchor-go

Generate go bindings for Anchor IDLs.

Usage

$ go build
$ ./solana-anchor-go -src=./example/dummy_idl.json -pkg=dummy -dst=./generated/dummy

Generated Code will be generated and saved to ./generated/. And check ./example/dummy_test.go for generated code usage.

TODO

  • instructions
  • accounts
  • types
  • events
  • errors
  • handle all possible seed inputs ([32]u8, const, PublicKey handled as single nested input fields)
  • handle tuple types
  • constants (?)

About

Generate Go clients from anchor IDLs for Solana blockchain programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%