Skip to content

sisuresh/stellar-contract-cli

 
 

Repository files navigation

Soroban CLI (soroban-cli)

This repo is home to the Soroban CLI, the command-line multi-tool for running and deploying Soroban contracts on the Stellar network.

Documentation

For installation options see below, for usage instructions see the manual.

Install

Install the latest version from source:

cargo install --locked soroban-cli --features opt

Install with cargo-binstall:

cargo install --locked cargo-binstall
cargo binstall -y soroban-cli

Install with Homebrew:

brew install stellar/tap/soroban-cli

Setup Autocomplete

soroban completion --shell <SHELL>

Possible SHELL values are bash, elvish, fish, powershell, zsh, etc.

To enable autocomplete in the current bash shell, run:

source <(soroban completion --shell bash)

To enable autocomplete permanently, run:

echo "source <(soroban completion --shell bash)" >> ~/.bashrc

Latest Release

For latest releases, see releases.

Upcoming Features

For upcoming features, please see the project board.

To Contribute

Find issues to contribute to here and review CONTRIBUTING.md.

Developer Docs: https://developers.stellar.org/docs

About

CLI for Stellar Smart Contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.9%
  • TypeScript 2.0%
  • Shell 1.1%
  • Other 1.0%