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

clockwork-anchor-gen

Generates an Anchor CPI crate from a JSON IDL

2 releases

0.3.2 Apr 10, 2023
0.3.1 Mar 31, 2023

#28 in #cpi

Download history 52/week @ 2024-09-22 54/week @ 2024-09-29 8/week @ 2024-10-06 46/week @ 2024-10-13 36/week @ 2024-10-20 52/week @ 2024-10-27 65/week @ 2024-11-03 13/week @ 2024-11-10 31/week @ 2024-11-17 60/week @ 2024-11-24 56/week @ 2024-12-01 100/week @ 2024-12-08 91/week @ 2024-12-15 20/week @ 2024-12-22 14/week @ 2024-12-29 55/week @ 2025-01-05

191 downloads per month
Used in 16 crates (5 directly)

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