What problem does it solve? AI agents trained on pre-2024 data generate outdated Scaffold-ETH 1 code with wrong stacks, wrong hooks, and manual ABI management. This Skill provides current Scaffold-ETH 2 patterns so agents generate working full-stack dApp code with auto-wired contract bindings instead of hallucinated boilerplate. ## Core Features & Use Cases - Custom React Hooks: Generate code using useScaffoldReadContract, useScaffoldWriteContract, useDeployedContractInfo, useScaffoldEventHistory, and useTransactor that resolve ABIs and addresses from deployedContracts.ts automatically. - Three-Phase Build Workflow: Guide projects from local Anvil development through Sepolia testnet to mainnet production with Vercel frontend deployment and Etherscan verification. - External Contract Integration: Add third-party protocols like Uniswap or WETH to externalContracts.ts so SE2 hooks and the debug page treat them like your own contracts. - Use Case: Scaffold a token vendor dApp with an ERC-20 contract, Foundry deploy script, Foundry tests, and a buy/sell Next.js page in a single session. ## Quick Start Create a new Scaffold-ETH 2 project with Foundry, deploy the starter contract locally, and build a Next.js page that reads and writes contract state using SE2 hooks.