Chrome DevTools for Solana Transactions.
Solana transaction debugging is painful.
When a transaction fails, developers usually end up:
- reading raw logs
- replaying transactions manually
- decoding instructions by hand
- guessing which CPI failed
- retrying blindly
Most wallets only show:
Transaction failed.
Custom program error: 0x1Solpoch is built to make Solana transactions observable.
It lets developers inspect, simulate, trace, and understand wallet interactions before and after execution.
Instead of guessing what happened, Solpoch shows:
- decoded transaction payloads
- execution traces
- preflight simulation results
- account and token changes
- wallet-standard requests
- AI-powered failure diagnosis
- RPC-level debugging utilities
Built for:
- Solana developers
- smart contract engineers
- wallet integrators
- protocol teams
- hackathon builders
- power users debugging dApps
Core Features
- Transaction simulation before signing
- Execution trace visualization
- Decoded dApp payload inspection
- Wallet Standard support
- signTransaction
- signAndSendTransaction
- signMessage
- signIn
- and more
- AI-assisted transaction diagnosis
- Multi-account support
- SPL token tooling
- RPC debugging utilities
- Dev-focused transaction insights
Example Workflow
- A dApp requests a transaction
- Solpoch decodes and visualizes the payload
- The transaction is simulated before execution
- Failed instructions and logs are surfaced clearly
- Suggested fixes and debugging insights are provided
- The developer understands exactly what went wrong
Why Solpoch
Existing wallets optimize for sending transactions.
Solpoch optimizes for understanding them.
Status
Alpha release — actively under development.
Feedback, issues, and contributions are welcome.
