scaffold-eth-patterns

Integrate Scaffold-ETH patterns for dApp prototyping with Foundry and Next.js.

120|12|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ccashwell/evm-cortex --skill scaffold-eth-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-eth-patterns
Source: https://github.com/ccashwell/evm-cortex/tree/main/skills/scaffold-eth-patterns
Command: npx skills add https://github.com/ccashwell/evm-cortex --skill scaffold-eth-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold-ETH pattern guidance helps developers rapidly assemble dApps by combining smart contract scaffolding, frontend hooks, and a cohesive dev workflow.

Core Features & Use Cases

  • Integrates Foundry/Next.js/wagmi tooling to accelerate prototyping
  • Provides custom hooks like useScaffoldReadContract and useScaffoldWriteContract for quick contract interaction
  • Includes a built-in debug UI and hot reload workflow to speed iteration

Quick Start

Start a Scaffold-ETH based project and begin rapid prototyping by leveraging the integrated hooks, deployment workflows, and debug UI.

Frequently Asked Questions about scaffold-eth-patterns

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

FAQPage Schema
How do I prototype dApps fast with Scaffold-ETH?

Rapid dApp prototyping with Scaffold-ETH unifies smart contract scaffolding, frontend hooks, and auto-detected ABIs to accelerate local iteration. It integrates Foundry and Next.js tooling to streamline the entire deployment workflow.

How do I use useScaffoldReadContract and useScaffoldWriteContract hooks?

Custom frontend hooks like useScaffoldReadContract and useScaffoldWriteContract enable quick smart contract interaction within your Next.js application. They leverage wagmi tooling and auto-detected ABIs to simplify reading and writing data.

Does Scaffold-ETH support hot-reload across local deployments?

Scaffold-ETH supports hot-reload across local deployments to speed up iteration. It provides a built-in debug UI and cohesive dev workflow, allowing immediate feedback when modifying smart contracts or frontend components.

Can I use Foundry and Next.js together for rapid smart contract development?

Foundry and Next.js are integrated to accelerate rapid smart contract development and dApp prototyping. This combination provides a cohesive dev workflow with auto-detected ABIs, built-in debug UI, and hot-reload capabilities.

What is the best way to auto-detect ABIs for local DApp prototyping?

Auto-detecting ABIs for local DApp prototyping is handled natively by Scaffold-ETH patterns. This mechanism unifies smart contracts with frontend scaffolding, enabling custom hooks to interact seamlessly without manual ABI configuration.

Do I need a local Foundry environment to use Scaffold-ETH patterns?

A local Foundry environment is required to leverage Scaffold-ETH patterns for rapid dApp prototyping. This setup enables the integrated hot-reload workflow, debug UI, and auto-detected ABIs necessary for quick contract iteration.