What problem does it solve? Deploying an Ethereum dApp frontend involves many failure-prone steps: fork-mode chain ID mismatches, broken IPFS routes, stale builds, Vercel monorepo misconfiguration, and ENS content hash setup. This Skill provides the complete build-to-production pipeline so nothing gets missed. ## Core Features & Use Cases - Fork Mode Setup: Configures Scaffold-ETH 2 projects to fork real mainnets (e.g., Base) with correct chain ID 31337 targeting and block mining enabled for time-dependent contract logic. - IPFS Deployment: Handles static export builds with trailingSlash routing, Node 25+ localStorage polyfills, stale build detection, and CID verification. - Vercel & ENS Configuration: Sets monorepo root directory and install commands for Vercel, and walks through ENS subdomain creation plus IPFS content hash transactions. - Use Case: After finishing a Scaffold-ETH 2 prediction market dApp, use this Skill to run the full production checklist: clean build, IPFS upload, ENS subdomain pointing, and route/OG metadata verification. ## Quick Start Ask the AI to deploy your Scaffold-ETH 2 dApp to production on IPFS with an ENS subdomain using the frontend playbook.