Documentation Index
Fetch the complete documentation index at: https://open-dbe26606.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Directory layout
CLI (cli/)
Entry point and terminal user interface.
bin/— executable entry pointsrc/— command implementations (tx, simulate, batch, config, login)dist/— compiled output (tsup bundle)
open.js bundle, installed globally as opendev
Services (services/)
Analysis engine and supporting utilities.
- Analysis engine — CPI tree building, compute unit tracking, state diffs
- RPC layer — Solana RPC client wrappers
- Decoders — Program-specific instruction/state decoders
- IDL cache — Local cache of program IDLs
- AI integration — MCP client for LLM calls
Scripts (scripts/)
Validation and benchmarking.
validate-decoders.ts— Verify decoder coveragebenchmark.ts— Performance and latency testsaudit.ts— Supply chain and dependency checks
Docs (docs/)
Developer documentation.
| File | Topic |
|---|---|
| Architecture | System architecture and data flow |
| Use Cases | Real-world usage scenarios |
| Troubleshooting | Common errors and fixes |
| AI Insights | Prompt sources, insight ranking, MCP format |
| Decoders | Program registry schema, adding decoders |
| Anomaly Detection | Spam / MEV-like / nondeterministic-failure detection |
| Performance & Quality | Latency benchmarks, test coverage |
Web (web/)
Web frontend (work in progress).
- Live transaction analysis interface
- Hosted at opendev-tx-solana.vercel.app
Workspaces
This is an npm monorepo. Install dependencies once at the root:Build artifacts
Afternpm run build: