#anchor #idl #json #solana #generate #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

#6 in #cpi

Download history 246/week @ 2024-04-13 232/week @ 2024-04-20 170/week @ 2024-04-27 220/week @ 2024-05-04 936/week @ 2024-05-11 456/week @ 2024-05-18 673/week @ 2024-05-25 561/week @ 2024-06-01 501/week @ 2024-06-08 348/week @ 2024-06-15 560/week @ 2024-06-22 466/week @ 2024-06-29 213/week @ 2024-07-06 287/week @ 2024-07-13 275/week @ 2024-07-20 222/week @ 2024-07-27

1,045 downloads per month
Used in 18 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