What problem does it solve?
This playbook removes uncertainty and fragmentation when building Solana dApps and on-chain programs by providing an opinionated, end-to-end development workflow that covers UI, SDK, program, testing, and security concerns.
Core Features & Use Cases
- Opinionated stack guidance: clear recommendations for UI, SDK, adapters, and program frameworks (Anchor or Pinocchio) to accelerate standardization and interoperability.
- Developer workflows: instructions for wallet connection flows, transaction construction and confirmation UX, IDL/codegen, and typed client generation.
- Testing & security: local unit and integration testing strategies (LiteSVM, Mollusk, Surfpool), compute budget and fee payer guidance, and audit-style hardening notes.
- Use Case: scaffold a new Solana dApp that integrates a React/Next.js frontend, a typed SDK, and an Anchor program with CI tests and an integration harness.
Quick Start
Use the playbook to scaffold a Solana app, generate the IDL and typed client, then run the unit and integration tests locally.