Categorygithub.com/fragmetric-labs/solana-anchor-go
repositorypackage
0.0.0-20250120083452-9422b84c062b
Repository: https://github.com/fragmetric-labs/solana-anchor-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

anchor-go

logo

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.

Test

Build and generate code, then run test.

$ make dummy
$ make restaking

TODO

  • instructions
  • accounts
  • types
  • events
  • errors
  • handle tuple types
  • constants (?)