orchestration

Orchestrate Ethereum dApp development and deployment with Scaffold-ETH 2.

10|1|Updated Mar 19, 2025
One-click install
npx skills add https://github.com/ObolNetwork/obol-stack --skill orchestration-obolnetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/ObolNetwork/obol-stack/tree/main/internal/embed/skills/orchestration
Command: npx skills add https://github.com/ObolNetwork/obol-stack --skill orchestration-obolnetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the complex, multi-phase process of planning, building, and deploying a complete Ethereum decentralized application (dApp), ensuring adherence to best practices and security.

Core Features & Use Cases

  • Three-Phase Build System: Manages the distinct stages of contract development, frontend integration, and production deployment.
  • Scaffold-ETH 2 Integration: Leverages specific patterns and hooks for efficient dApp development.
  • Security Best Practices: Emphasizes secure handling of secrets and credentials to prevent leaks.
  • Use Case: An AI agent can use this Skill to orchestrate the entire lifecycle of a new DeFi protocol dApp, from writing smart contracts to deploying its frontend on IPFS.

Quick Start

Use the orchestration skill to deploy a new Ethereum dApp following the three-phase build system.

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 end-to-end?

To build and deploy an Ethereum dApp, use a three-phase build system that guides smart contract development, local testing, live network deployment, and frontend hosting on IPFS or Vercel.

What is the best way to manage secure credentials for Ethereum dApp deployment?

Secure credential management for Ethereum dApp deployment is enforced through specific build patterns that prevent secrets and sensitive keys from leaking during the live network deployment phase.

Does Scaffold-ETH 2 work well for web3 frontend integration and deployment?

Scaffold-ETH 2 works for web3 frontend integration by providing specific patterns and hooks that streamline the connection between your smart contracts and the production frontend interface.

Can I deploy my dApp frontend to IPFS and Vercel using an orchestrated workflow?

You can deploy your dApp frontend to IPFS or Vercel using an orchestrated workflow that manages the transition from local frontend integration to the final production deployment phase.

What are the stages of smart contract development for DeFi protocols?

Smart contract development for DeFi protocols follows a three-phase build system: contract development, frontend integration, and live network deployment, ensuring adherence to security best practices.