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
- Cargo
- Pre-built Binaries
- From Source
The easiest way to install Prism is via Cargo:
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-urlflag or set theSOROBAN_RPC_URLenvironment variable.