JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 170
  • Score
    100M100P100Q67758F
  • License ISC

CLI tool that transforms any Soroban Smart Contract into an AI-ready Model Context Protocol (MCP) server

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stellar-mcp-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Stellar CLI (stellar-cli)

    Apache 2.0 licensed Crates.io Version

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

    Table of Contents

    Documentation

    For installation options see below, for usage instructions see the full help docs.

    Cookbook

    To understand how to get the most of the Stellar CLI, see the Stellar CLI Cookbook for recipes and a collection of resources to teach you how to use the CLI. Examples of recipes included in the CLI cookbook include: send payments, manage contract lifecycle, extend contract instance/storage/wasm, and more.

    Install

    Install with Homebrew (macOS, Linux):

    brew install stellar-cli

    Install the latest version from source:

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

    Install or run the unreleased main branch with nix:

    $ nix run 'github:stellar/stellar-cli' -- --help
    or install
    $ nix profile install github:stellar/stellar-cli

    Use GitHub Action:

    uses: stellar/stellar-cli@v22.5.0

    Autocomplete

    The Stellar CLI supports some autocompletion. To set up, run the following commands:

    stellar completion --shell <SHELL>

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

    To enable autocomplete in the current bash shell, run:

    source <(stellar completion --shell bash)

    To enable autocomplete permanently, run:

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

    Latest Release

    For the latest release, see releases.

    Upcoming Features

    For upcoming features, please see the project board.

    To Contribute

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

    Additional Developer Resources