2 releases
0.3.1 | Sep 27, 2022 |
---|---|
0.3.0 | Jul 26, 2022 |
#4 in #anchor-gen
2,008 downloads per month
Used in 22 crates
(via anchor-gen)
25KB
558 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.
License: Apache-2.0
lib.rs
:
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.
Dependencies
~4.5MB
~92K SLoC