Stellar CLI
The command line interface to Soroban smart contracts. It allows you to build, deploy, and interact with smart contracts; configure identities; generate key pairs; manage networks; and more.
Install
Install the latest release on macOS, Linux or WSL with the install script:
curl -fsSL https://github.com/stellar/stellar-cli/raw/main/install.sh | sh
For Homebrew, winget, cargo, GitHub Actions and shell autocomplete, see Install the CLI. To install the CLI with Rust, the Wasm target and an editor, see Setup.
Learn more
- Stellar CLI Guides gives examples of how to use the CLI.
- Stellar CLI Manual is the auto-generated reference for every command.