Explore, interact with, and debug Solana Anchor programs visually.
Upload your Anchor IDL, connect your wallet, and get instant insights into your program's accounts, instructions, and transactions.
Anchor Studio is a developer tool and dashboard for Solana Anchor program. It lets you:
- Upload any Anchor IDL (JSON) and instantly visualize your program's structure
- Connect your wallet and interact with program instructions
- Explore accounts, view and decode transactions, and inspect logs
- Debug, test, and experiment with your program in a safe, intuitive environment
- All with a clean, responsive, and delightful UI
- Zero-config onboarding: Upload your IDL or paste JSON, connect your wallet, and go
- Program dashboard: See program ID, cluster, and full IDL at a glance
- Accounts explorer: Browse, filter, and inspect program accounts
- Instruction playground: View, simulate, and send instructions with decoded arguments
- Transaction viewer: Decode and analyze recent transactions, logs, and errors
# Install dependencies
pnpm install
# Start the development server
pnpm devOpen http://localhost:3000 in your browser.
Contributions, bug reports, and feature requests are welcome! Please open an issue or submit a pull request.
MIT