spl-token-cli

Crates.iospl-token-cli
lib.rsspl-token-cli
version5.5.0
created_at2020-08-13 04:48:27.996742+00
updated_at2025-11-05 15:56:51.095767+00
descriptionSPL-Token Command-line Utility
homepagehttps://solana-program.com
repositoryhttps://github.com/solana-program/token-2022
max_upload_size
id276029
size831,073
(anza-team)

documentation

https://docs.rs/spl-token-cli

README

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
Commit count: 2850

cargo fmt