15 releases (9 stable)

new 20.3.4 Apr 15, 2024
20.3.1 Feb 23, 2024
20.2.0 Jan 12, 2024
20.1.1 Dec 21, 2023
0.0.2 Jul 30, 2022

#514 in Magic Beans

Download history 77/week @ 2023-12-22 44/week @ 2023-12-29 41/week @ 2024-01-05 67/week @ 2024-01-12 9/week @ 2024-01-19 33/week @ 2024-01-26 77/week @ 2024-02-02 145/week @ 2024-02-09 63/week @ 2024-02-16 266/week @ 2024-02-23 131/week @ 2024-03-01 114/week @ 2024-03-08 148/week @ 2024-03-15 680/week @ 2024-03-22 122/week @ 2024-03-29 48/week @ 2024-04-05

1,035 downloads per month
Used in 2 crates

Apache-2.0

225KB
5.5K SLoC

soroban-cli

CLI for running Soroban contracts locally in a test VM. Executes WASM files built using the rs-soroban-sdk.

Soroban: https://soroban.stellar.org

Install

cargo install --locked soroban-cli

To install with the opt feature, which includes a WASM optimization feature and wasm-opt built in:

cargo install --locked soroban-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

soroban invoke --id <CONTRACT_ID> --wasm <WASMFILE> -- --help
soroban invoke --id <CONTRACT_ID> --network futurenet -- --help

Dependencies

~0–10MB
~205K SLoC