scaffold-eth-2

Unify Ethereum dApp contract, frontend, and deployment tooling into one workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/labsaistudio/AABC-Labs --skill scaffold-eth-2-labsaistudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-eth-2
Source: https://github.com/labsaistudio/AABC-Labs/tree/main/backend/agent/skills/catalog/scaffold-eth-2
Command: npx skills add https://github.com/labsaistudio/AABC-Labs --skill scaffold-eth-2-labsaistudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold-ETH 2 provides an end-to-end framework for rapidly bootstrapping full-stack Ethereum dApps, combining contract development, frontend scaffolding, and deployment tooling into a single workflow.

Core Features & Use Cases

  • Monorepo architecture (Foundry/Hardhat contracts + Next.js frontend) with auto-generated contract bindings and a live debug page.
  • Built-in SE2 hooks and components that simplify reading/writing contracts, handling wallet connections, and multi-network deployments.
  • Quick-start workflows for prototyping, testing on local chains, and deploying to testnets/mainnet with minimal boilerplate.
  • Use cases include building decentralized apps with on-chain state, integrating with external contracts, and rapidly iterating front-end features against deployed contracts.

Quick Start

Install Scaffold-ETH 2 and bootstrap a project, then run the local dev loop to see your dApp in action.

Frequently Asked Questions about scaffold-eth-2

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

FAQPage Schema
How do I build a full-stack Ethereum dApp with Next.js and Solidity?

You can build a full-stack Ethereum dApp by using a monorepo architecture that unifies Foundry or Hardhat contracts with a Next.js frontend, providing auto-generated contract bindings to connect on-chain state to your UI.

What is the best way to quickly prototype a Web3 application with smart contracts?

The best way to quickly prototype a Web3 application is using an end-to-end framework that includes built-in hooks, a live debug page, and quick-start workflows for testing on local chains before deploying to testnets.

Can I use Foundry and Hardhat together for Ethereum contract development?

Yes, the monorepo architecture supports combining Foundry or Hardhat for contract development alongside a Next.js frontend, allowing you to compile contracts and auto-generate ABI bindings for the UI.

How do I handle wallet connections and contract reads in a Web3 frontend?

You can handle wallet connections and contract reads by utilizing built-in SE2 hooks and components that simplify reading and writing to contracts, managing network deployments, and interacting with external contracts.

How do I deploy a dApp to multiple Ethereum networks from a single workflow?

You can deploy to multiple Ethereum networks by using integrated deployment tooling that supports local chains, testnets, and mainnet, allowing you to rapidly iterate frontend features against deployed contracts with minimal boilerplate.