What problem does it solve?
This Skill prevents teams from wasting time on generic, wrong approaches to building Ethereum dApps by enforcing the Scaffold-ETH 2 three-phase workflow and validation gates.
Core Features & Use Cases
- Three-phase build system with validation gates: Contracts → Frontend → Production, with explicit Phase 1, Phase 2, and Phase 3 checks.
- Correct Scaffold-ETH 2 patterns: Guidance to rely on auto-generated deployment artifacts and scaffold hooks rather than raw wagmi, and to place external contracts before building the frontend.
- Production-ready operational safety: Guardrails for key safety (no secrets committed), wallet behavior, and deploy checklists for IPFS/Vercel.
Quick Start
Ask an AI agent to follow the Skill’s three phases to fork a real chain locally, deploy contracts, build the frontend using scaffold hooks, and finally deploy the production frontend after completing the Phase 2 and Phase 3 validation steps.