A comprehensive developer debugging suite for Solana smart contracts built by CPIx Labs.
Solana Debug Genius addresses three critical pain points in Solana development:
Reconstructs nested CPI (Cross-Program Invocation) call trees, making complex program interactions transparent and debuggable.
Transforms opaque Anchor framework logs into human-readable traces, dramatically improving debugging efficiency.
Compares account state before and after instruction execution, providing clear visibility into state changes.
- Reduces time spent diagnosing errors
- Accelerates the development → testing → deployment cycle
- Improves developer productivity across the Solana ecosystem
- Clear state diffs simplify code reviews and security audits
- Reduces time required for security analysis
- Makes complex program interactions more transparent
- Makes Solana development more approachable to new developers
- Provides intuitive debugging tools for learning
- Reduces the barrier to entry for Solana development
- Independent developers debugging Anchor programs
- Security auditors analyzing CPI-heavy projects
- Development teams integrating debugging into CI/CD pipelines
- New developers learning Solana development
- Frontend: React + TypeScript + Vite
- UI Components: shadcn/ui + Tailwind CSS
- State Management: React Query
- Routing: React Router DOM
- Node.js (v18 or higher)
- npm or yarn package manager
# Clone the repository
git clone <repository-url>
cd solana-debug-genius
# Install dependencies
npm install
# Start development server
npm run dev
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLint
We welcome contributions from the community! Please see our contributing guidelines for more information.
This project is open source and available under the MIT License.
CPIx Labs is dedicated to building developer tools that accelerate Solana adoption by reducing friction in the development process. Our mission is to make Solana development more accessible, efficient, and enjoyable for developers of all skill levels.
Built with ❤️ for the Solana ecosystem