什么是 orchestration?
AI 代理如何规划、构建和部署完整的以太坊 dApp。 Scaffold-ETH 2 项目的三阶段构建系统。在以太坊上构建完整的应用程序时使用——从合约到前端再到 IPFS 上的生产部署。 来源:austintgriffith/ethskills。
AI 代理如何规划、构建和部署完整的以太坊 dApp。 Scaffold-ETH 2 项目的三阶段构建系统。在以太坊上构建完整的应用程序时使用——从合约到前端再到 IPFS 上的生产部署。
通过命令行快速安装 orchestration AI 技能到你的开发环境
来源:austintgriffith/ethskills。
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.
| 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. |
AI 代理如何规划、构建和部署完整的以太坊 dApp。 Scaffold-ETH 2 项目的三阶段构建系统。在以太坊上构建完整的应用程序时使用——从合约到前端再到 IPFS 上的生产部署。 来源:austintgriffith/ethskills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/austintgriffith/ethskills --skill orchestrationAI 代理如何规划、构建和部署完整的以太坊 dApp。 Scaffold-ETH 2 项目的三阶段构建系统。在以太坊上构建完整的应用程序时使用——从合约到前端再到 IPFS 上的生产部署。 来源:austintgriffith/ethskills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/austintgriffith/ethskills --skill orchestration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/austintgriffith/ethskills