anchor-go

command module
v0.0.0-...-a12a26a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2024 License: MIT Imports: 18 Imported by: 0

README

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
git clone https://github.com/metaplex-foundation/metaplex-program-library.git
cd metaplex-program-library
anchor idl parse -f candy-machine/program/src/lib.rs -o nft_candy_machine_v2.json
anchor-go --src=nft_candy_machine_v2.json

Note

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL