#idl #shank #extract #annotated #attributes #solana #generate

bin+lib shank-cli

Shank CLI that extracts solita compatible IDL from your Rust Solana program code annotated with shank macro attributes

22 releases (4 breaking)

0.4.2 Feb 29, 2024
0.3.1-alpha.5 Jan 30, 2024
0.3.0 Oct 31, 2023
0.2.1 Jul 29, 2023
0.0.1 Mar 22, 2022

#2890 in Magic Beans

Download history 12/week @ 2024-01-29 5/week @ 2024-02-19 398/week @ 2024-02-26 33/week @ 2024-03-04 162/week @ 2024-03-11 3/week @ 2024-03-18 209/week @ 2024-04-01

377 downloads per month

Apache-2.0

45KB
1K SLoC

shank

Shank CLI that extracts IDL from your Rust Solana program code annotated with shank macro attributes. This IDL can then be fed to solita in order to generate low level TypeScript SDK for that particular Rust program.

shank-logo

Installation

Via Cargo

cargo install shank-cli

Via Yarn/Npm

_Coming soon ... _

Overview

USAGE:
    shank <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    idl

IDL Extraction

USAGE:
    shank idl [OPTIONS]

OPTIONS:
    -h, --help                       Print help information
    -o, --out-dir <OUT_DIR>          Output directory for the IDL JSON [default: idl]
    -r, --crate-root <CRATE_ROOT>    Directory of program crate for which to generate the IDL

LICENSE

Apache-2.0

Dependencies

~4–14MB
~134K SLoC