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.

The decode command is the entry point for most debugging sessions. It provides Tier 1 diagnostics.

Usage

prism decode <TX_HASH> [FLAGS]

Flags

FlagDescription
--networkSpecify the network (mainnet, testnet, futurenet). Default: testnet.
--rpc-urlUse a custom Soroban RPC endpoint.
--rawDecode a raw error string from logs instead of a transaction hash.
--output jsonOutput the diagnostic report in JSON format.

Example

prism decode d5c3... --network mainnet
Output:
āœ” Transaction Fetched
āœ” Error Classified: Contract
āœ” Custom Error Resolved: InsufficientBalance
āœ” Source: MyContract.rs:124