$ go build
$ ./solana-anchor-go -src=./example/dummy_idl.json -pkg=dummy -dst=./generated/dummyGenerated Code will be generated and saved to ./generated/.
And check ./example/dummy_test.go for generated code usage.
Build and generate code, then run test.
$ make dummy
$ make restaking
- instructions
- accounts
- types
- events
- errors
- handle tuple types
- constants (?)
