18 stable releases

22.6.0 Mar 18, 2025
22.2.0 Jan 9, 2025
22.1.0 Dec 18, 2024
22.0.0 Nov 19, 2024
0.0.1 Oct 26, 2023

#4 in #stellar

Download history 21/week @ 2024-12-25 45/week @ 2025-01-01 258/week @ 2025-01-08 42/week @ 2025-01-15 83/week @ 2025-01-22 80/week @ 2025-01-29 48/week @ 2025-02-05 97/week @ 2025-02-12 92/week @ 2025-02-19 110/week @ 2025-02-26 252/week @ 2025-03-05 336/week @ 2025-03-12 215/week @ 2025-03-19 129/week @ 2025-03-26 250/week @ 2025-04-02 131/week @ 2025-04-09

822 downloads per month

Apache-2.0

530KB
13K 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

Install the latest version from source:

cargo install --locked stellar-cli --features opt

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

~52–73MB
~1.5M SLoC