Generate Rust client SDK from IDL file #3491
walkerlala
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to generate an rust client SDK from an idl file, like what is done in
anchorpy
project (https://kevinheavey.github.io/anchorpy/), which can generate a python SDK from a provided idl file?I know we can do it using the
declare_program!()
macro but thedeclare_program!()
is still buggy now: #3490.Beta Was this translation helpful? Give feedback.
All reactions