What problem does it solve?
This Skill provides a comprehensive, step-by-step guide to deploying Ethereum dApps from local development to a live production environment, covering everything from build configurations to ENS setup.
Core Features & Use Cases
- Development Workflow: Guides users on using
yarn fork for realistic local testing instead of yarn chain.
- Deployment Strategies: Details deployment to IPFS (recommended) and Vercel, including crucial configuration steps for each.
- ENS Integration: Explains how to set up ENS subdomains to point to IPFS deployments.
- Production Checklist: Offers a detailed, actionable checklist for final code review, metadata, build verification, and reporting.
- Use Case: A developer has finished building a new DeFi application using Scaffold-ETH 2 and needs to deploy it to a custom ENS domain (
myapp.yourname.eth) using IPFS, ensuring all routes, metadata, and on-chain configurations are correct.
Quick Start
Use the frontend-playbook skill to deploy the current dApp project to production, starting with the final code review checklist.