JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q87720F
  • License MIT

A developer-first toolkit for building EVM and SVM agents with ElizaOS

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 (@saiso/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @saiso/cli

    SAISO is a developer-first CLI for building, testing, and publishing EVM and SVM blockchain agents with ElizaOS-style runtime patterns, MCP server orchestration, payment-aware tool calls, policy guardrails, and template-based feature installation.

    Install

    npm install -g @saiso/cli@rc

    The package installs the saiso binary:

    saiso --help
    saiso new my-agent --env testnet
    cd my-agent
    bun install
    saiso add gas_estimation --yes
    saiso dev

    Common Feature Installs

    saiso add privy_client_base --yes
    saiso add privy_wallet_lifecycle --yes
    saiso add privy_balance_and_history --yes
    saiso add privy_transfer --yes
    saiso add privy_signing_evm --yes
    saiso add gas_estimation --yes

    Repository

    Source, docs, release notes, and issue tracking live at:

    https://github.com/BHIIKTOR/saiso