3 unstable releases
new 0.4.0 | May 9, 2025 |
---|---|
0.3.1 | Sep 27, 2022 |
0.3.0 | Jul 26, 2022 |
#7 in #anchor-gen
12,098 downloads per month
Used in 35 crates
(via anchor-gen)
39KB
643 lines
anchor-gen
Generates a crate for cross-program invocations to an Anchor program from a JSON IDL.
Usage
In a new crate, write:
anchor_gen::generate_cpi_crate!("../../examples/govern-cpi/idl.json");
declare_id!("GjphYQcbP1m3FuDyCTUJf2mUMxKPE3j6feWU1rxvC7Ps");
This will generate a fully functional Rust CPI client for your IDL.
More examples can be found in the examples/ directory.
Note: This does not work on legacy IDLs. To migrate a legacy IDL, use anchor idl convert idl.json
.
License: Apache-2.0
Dependencies
~3MB
~66K SLoC