35 stable releases (3 major)
| new 25.1.0 | Jan 29, 2026 |
|---|---|
| 23.4.1 | Jan 7, 2026 |
| 23.4.0 | Dec 23, 2025 |
| 23.2.1 | Nov 20, 2025 |
| 0.0.1 |
|
#766 in Magic Beans
551 downloads per month
1MB
19K
SLoC
stellar-cli
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
Install
Install with Homebrew (macOS, Linux):
brew install stellar-cli
To install without features that depend on additional libraries:
cargo install --locked stellar-cli --no-default-features
Usage
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.
Example
stellar invoke --id <CONTRACT_ID> --wasm <WASMFILE> -- --help
stellar invoke --id <CONTRACT_ID> --network futurenet -- --help
Dependencies
~57–81MB
~1.5M SLoC