#idl #solana #anchor #generate #json #cpi #gen

anchor-gen

Generates an Anchor CPI crate from a JSON IDL

6 releases

0.3.1 Sep 27, 2022
0.3.0 Jul 26, 2022
0.2.0 Jul 24, 2022
0.1.2 Jun 6, 2022

#9 in #cpi

Download history 252/week @ 2024-07-19 278/week @ 2024-07-26 233/week @ 2024-08-02 483/week @ 2024-08-09 390/week @ 2024-08-16 594/week @ 2024-08-23 458/week @ 2024-08-30 527/week @ 2024-09-06 586/week @ 2024-09-13 409/week @ 2024-09-20 438/week @ 2024-09-27 467/week @ 2024-10-04 785/week @ 2024-10-11 1133/week @ 2024-10-18 1670/week @ 2024-10-25 1914/week @ 2024-11-01

5,581 downloads per month
Used in 24 crates

Apache-2.0

4KB

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
~91K SLoC