scaffold-ethscaffold-ethOfficialยท12 Agent Skills Included

scaffold-eth-2

Build and deploy Ethereum dApps with smart contracts and React frontend

Builds full-stack Ethereum dApps by combining Solidity smart contracts with a ready-made Next.js, Wagmi, and RainbowKit frontend. Eliminates manual ABI syncing, wallet connection setup, and blockchain indexing configuration through hot-reloading contracts and pre-built hooks. Adds NFT minting, wallet sign-in, batched transactions, payment-gated APIs, databases, and event indexers via guided skills.
npx skills add scaffold-eth/scaffold-eth-2 --all -g -y
Available:

Tells the AI agent how to detect the Hardhat or Foundry setup, use the correct contract hooks and UI components, and route tasks like NFTs, payments, or indexing to the right sub-skill file before writing code.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

ponder

Integrate Ponder into Scaffold-ETH 2 to index smart contract events and serve GraphQL APIs.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

erc-20

Integrate ERC-20 tokens into Scaffold-ETH 2 projects using OpenZeppelin contracts.

Official
Intermediate
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

eip-5792

Integrate EIP-5792 batched transactions into Scaffold-ETH 2 with wagmi hooks.

Official
Intermediate
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

erc-721

Integrate an ERC-721 NFT contract into a Scaffold-ETH 2 project with deployment scripts and frontend components.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

defi-protocol-templates

Generate smart contract templates for staking, AMMs, governance, lending, and flash loans.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

siwe

Integrates SIWE authentication into Scaffold-ETH 2 projects using viem and iron-session.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

eip-712

Integrate EIP-712 typed data signing and verification into Scaffold-ETH 2 projects.

Official
Intermediate
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

solidity-security

Review Solidity smart contracts for common vulnerabilities and secure development patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

drizzle-neon

Integrates Drizzle ORM and Neon PostgreSQL into Scaffold-ETH 2 dApps.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

subgraph

Integrates The Graph subgraph into Scaffold-ETH 2 for indexing contract events via GraphQL.

Official
Advanced
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

x402

Integrates x402 payment-gated routes into Scaffold-ETH 2 Next.js applications.

Official
Intermediate
๐Ÿ“ฆ In Repo
scaffold-ethscaffold-eth

openzeppelin

Develop Solidity smart contracts using OpenZeppelin library components in Scaffold-ETH 2 projects.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Scaffold-ETH 2?โ–ผ

Run `npx skills add scaffold-eth/scaffold-eth-2 --all -g -y` in your terminal to install all skills in this suite globally.

What can I build with Scaffold-ETH 2?โ–ผ

You can build full Ethereum dApps with Solidity smart contracts and a React frontend, including NFT collections, wallet login, payment-gated APIs, and blockchain data indexers.

Does Scaffold-ETH 2 work with AI coding agents?โ–ผ

Yes. It ships with AGENTS.md and SKILL.md files that guide agents in Claude Code, Cursor, and OpenCode to write correct contract and frontend code automatically.

How do I add a database or event indexing to my dApp?โ–ผ

The included skills walk your AI agent through adding Drizzle with Neon PostgreSQL, Ponder, or The Graph subgraph, all pre-wired to read your deployed contracts.

Do I need deep Solidity experience to use it?โ–ผ

No. The OpenZeppelin and ERC-721 skills steer the agent toward audited library code and warn about common security pitfalls, so beginners get safe contracts by default.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’