orchestration

Plan, build, and deploy an Ethereum dApp with Scaffold-ETH 2 in three phases.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/mashharuki/flare-sample --skill orchestration-mashharuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/mashharuki/flare-sample/tree/main/.claude/skills/eth-orchestration
Command: npx skills add https://github.com/mashharuki/flare-sample --skill orchestration-mashharuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan, build, and deploy a complete Ethereum dApp using Scaffold-ETH 2 projects. It covers three sequential phases—contracts, frontend, and production—applied to end-to-end dApp development in real-world workflows. It enforces phased orchestration, environment scaffolding, automated deployment steps, and best practices for secure production readiness.

Core Features & Use Cases

  • Three-phase build system: Contracts → Frontend → Production, with validation gates and guided deployments.
  • Production-ready workflow: local forking, live networks, and production deployment to IPFS/Vercel.
  • Use Case: A developer can go from smart contracts to a polished frontend, then deploy to production in a controlled sequence.

Quick Start

Follow the three phases to scaffold contracts, frontend, and production deployment for a Scaffold-ETH 2 project.

Frequently Asked Questions about orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and deploy an Ethereum dApp using Scaffold-ETH 2?

To build and deploy an Ethereum dApp with Scaffold-ETH 2, follow a three-phase orchestration: contracts, frontend, and production. This enforces environment scaffolding, automated deployment steps, and secure production readiness.

What are the sequential phases for end-to-end dApp development?

End-to-end dApp development follows three sequential phases: contracts, frontend, and production. Each phase includes validation gates and guided deployments to ensure a controlled build sequence from smart contracts to a polished frontend.

Does Scaffold-ETH 2 support automated deployment to IPFS and Vercel?

Yes, Scaffold-ETH 2 supports automated production deployment to IPFS and Vercel. The production phase enforces best practices for secure production readiness across local forking, live networks, and final hosting environments.

Can I test smart contracts on local forking before live network deployment?

Yes, you can test smart contracts using local forking before live network deployment. The workflow enforces phased orchestration with validation gates, allowing environment scaffolding and controlled sequence deployments for secure production.

What is the best way to orchestrate a production-ready Ethereum dApp workflow?

The best way to orchestrate a production-ready Ethereum dApp workflow is using a three-phase build system with validation gates. This approach sequences contracts, frontend, and production deployment, enforcing secure best practices for Scaffold-ETH 2 projects.