| Crates.io | spl-token-cli |
| lib.rs | spl-token-cli |
| version | 5.5.0 |
| created_at | 2020-08-13 04:48:27.996742+00 |
| updated_at | 2025-11-05 15:56:51.095767+00 |
| description | SPL-Token Command-line Utility |
| homepage | https://solana-program.com |
| repository | https://github.com/solana-program/token-2022 |
| max_upload_size | |
| id | 276029 |
| size | 831,073 |
A basic command-line for creating and using SPL Tokens. See the Solana Program Docs for more info.
To build the CLI locally, simply run:
cargo build
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