orchestration

Installation
SKILL.md

dApp Orchestration

What You Probably Got Wrong

SE2 has specific patterns you must follow. Generic "build a dApp" advice won't work. SE2 auto-generates deployedContracts.ts — DON'T edit it. Use Scaffold hooks, NOT raw wagmi. External contracts go in externalContracts.ts BEFORE building the frontend.

There are three phases. Never skip or combine them. Contracts → Frontend → Production. Each has validation gates.

The Three-Phase Build System

Phase Environment What Happens
Phase 1 Local fork Contracts + UI on localhost. Iterate fast.
Phase 2 Live network + local UI Deploy contracts to mainnet/L2. Test with real state. Polish UI.
Phase 3 Production Deploy frontend to IPFS/Vercel. Final QA.

Phase 1: Scaffold (Local)

1.1 Contracts

Related skills

More from austintgriffith/ethskills

Installs
34
GitHub Stars
214
First Seen
Feb 19, 2026