40 stable releases (4 major)

5.5.0 Nov 5, 2025
5.3.0 May 13, 2025
5.1.0 Jan 30, 2025
5.0.0 Nov 4, 2024
1.0.0 Aug 13, 2020

#10 in #spl

Download history 746/week @ 2025-10-22 673/week @ 2025-10-29 1022/week @ 2025-11-05 524/week @ 2025-11-12 855/week @ 2025-11-19 515/week @ 2025-11-26 608/week @ 2025-12-03 298/week @ 2025-12-10 399/week @ 2025-12-17 193/week @ 2025-12-24 274/week @ 2025-12-31 598/week @ 2026-01-07 401/week @ 2026-01-14 595/week @ 2026-01-21 537/week @ 2026-01-28 903/week @ 2026-02-04

2,532 downloads per month

Apache-2.0

2MB
38K SLoC

SPL Token program command-line utility

A basic command-line for creating and using SPL Tokens. See the Solana Program Docs for more info.

Build

To build the CLI locally, simply run:

cargo build

Testing

The tests require a locally built program for Token-2022. To build it, run the following command from the root directory of this repository:

cargo build-sbf --manifest-path program/Cargo.toml

After that, you can run the tests as any other Rust project:

cargo test

Dependencies

~62–84MB
~1.5M SLoC