Crates.io | soroban-cli |
lib.rs | soroban-cli |
version | 23.0.1 |
created_at | 2022-07-28 21:21:15.038464+00 |
updated_at | 2025-08-11 16:10:08.14818+00 |
description | Soroban CLI |
homepage | https://github.com/stellar/stellar-cli |
repository | https://github.com/stellar/stellar-cli |
max_upload_size | |
id | 634680 |
size | 763,233 |
CLI for interacting with the Stellar network and Soroban contracts locally in a test VM. Executes WASM files built using the rs-soroban-sdk.
Docs: https://developers.stellar.org
cargo install --locked stellar-cli
To install without features that depend on additional libraries:
cargo install --locked stellar-cli --no-default-features
Can invoke a contract method as a subcommand with different arguments. Anything after the slop (--
) is passed to the contract's CLI. You can use --help
to learn about which methods are available and what their arguments are including an example of the type of the input.
stellar invoke --id <CONTRACT_ID> --wasm <WASMFILE> -- --help
stellar invoke --id <CONTRACT_ID> --network futurenet -- --help