soroban-cli 0.8.0

Soroban CLI
Documentation
soroban-cli-0.8.0 has been yanked.

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

Usage

All values passed to --arg are the JSON representation of SCVals.

Example

soroban invoke --id <HEX_CONTRACTID> --wasm <WASMFILE> -- <FUNCNAME> --<contract fn argument name> <value>