What problem does it solve?
This Skill solves the chaos of setting up and building Solana projects correctly—covering wallet connection, transaction flows, Anchor/Pinocchio program development, testing, and the real-world toolchain/version issues that commonly break builds.
Core Features & Use Cases
- End-to-end Solana development playbook: from wallet connection and UI transaction UX to compiling, deploying, and iterating on programs.
- Framework-kit-first frontends: opinionated patterns for React/Next.js integration using the modern Solana JS stack.
- Anchor or Pinocchio program workflows: guidance for account models, PDAs, CPIs, IDLs/codegen, and performance tradeoffs.
- Local testing strategy: practical selection of LiteSVM/Mollusk vs Surfpool vs solana-test-validator, including debugging common runtime/tooling failures.
- Compatibility + error diagnosis: fixes for GLIBC/Rust/Anchor/CLI mismatches, dependency conflicts, and common build/runtime errors.
- Security guardrails: agent-safe procedures for simulation, confirmation, and untrusted on-chain data handling.
Quick Start
Ask to build and deploy your Solana dapp end-to-end on devnet using framework-kit for wallet connection, Anchor for the program, and Surfpool for testing.