Skip to main content

Documentation Index

Fetch the complete documentation index at: https://prism-ddf93e61.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

Before installing Prism, ensure your environment meets the following requirements:
  • Rust: 1.77 or higher
  • Node.js: 20 or higher
  • pnpm: 9 or higher (for monorepo development)

Install CLI

The easiest way to install Prism is via Cargo:
cargo install prism

Accessing RPC

Prism requires access to a Soroban RPC endpoint to fetch transaction data.
  • Testnet/Mainnet: Works out of the box using public endpoints.
  • Custom: Use the --rpc-url flag or set the SOROBAN_RPC_URL environment variable.