We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the Go binding to interact with Solana programs are located in https://github.com/zeta-chain/node/tree/develop/pkg/contracts/solana
To keep strong coupling with the current implementation of the code, the Go binding should be located in this package.
Ideal: we can generate in a command the go binding to be used in the repository.
The text was updated successfully, but these errors were encountered:
To explore:
https://github.com/gagliardetto/solana-go https://github.com/gagliardetto/anchor-go
Sorry, something went wrong.
lumtis
Successfully merging a pull request may close this issue.
Currently the Go binding to interact with Solana programs are located in https://github.com/zeta-chain/node/tree/develop/pkg/contracts/solana
To keep strong coupling with the current implementation of the code, the Go binding should be located in this package.
Ideal: we can generate in a command the go binding to be used in the repository.
The text was updated successfully, but these errors were encountered: