SEERColosseum

Give Your Solana Tests Superpowers

Turn your RPC tests into enterprise-level analysis suites, complete with source-code traces and advanced VM insights for every transaction.

Get Started
Start
$seer run
Uploading ./target/deploy...
Session running at: https://rpc.seer.run/...
Switch test RPC
[provider]
- cluster = "http://localhost:8899"
+ cluster = "https://rpc.seer.run/..."
commitment = "confirmed"
wallet = "~/.config/solana/id.json"
Run test (without deployments)
$anchor test --skip-deploy
Running test suite...
12 tests passed.

For each transaction...

01

Full Call Stack

A complete trace shown as one continuous flow.

The full story of your transaction, including all instructions, CPIs, logs, traces, account changes, and errors.

Complete with filters to cut down to exactly what you need.

Loading call stack sample...
Loading account state sample...
02

Runtime Account Changes

Account state changes at the exact moment they happened.

Explorers only offer the final state changes for the entire transaction.

We offer them at each step of execution.

03

Source-Code Context

Your source code. Inside the transaction trace.

Know which parts of your source code got touched by the execution flow inside of your program binary.

Loading source context sample...
Loading VM snapshot sample...
04

Opcodes and Registers

Dive deep into every program in the transaction.

Register transitions with exact disassembly, letting you go as deep as you need.

05

Account Reads

Know what account data the runtime read, regardless whether the program is open-source or not.

Including per-byte information on exactly what got read.

Loading account reads sample...
$seer run --network mainnet
Uploading ./target/deploy...
Session running at: https://rpc.seer.run/...
06

Testnet, Devnet, Mainnet

No special setup. No special harness. Just an RPC endpoint, which gives you superpowers.

Stop debugging blind

Get early access to Seer and start tracing transactions in minutes.

Debug this Failed Pump Swap
Debug Your Own Transaction →

Or explore a real transaction traced with Seer