scaffold-eth-2
Build and deploy Ethereum dApps with smart contracts and React frontend
All Skills in This Repository (12)
Pure Emerald Level Indicatorsponder
Integrate Ponder into Scaffold-ETH 2 to index smart contract events and serve GraphQL APIs.
erc-20
Integrate ERC-20 tokens into Scaffold-ETH 2 projects using OpenZeppelin contracts.
eip-5792
Integrate EIP-5792 batched transactions into Scaffold-ETH 2 with wagmi hooks.
erc-721
Integrate an ERC-721 NFT contract into a Scaffold-ETH 2 project with deployment scripts and frontend components.
defi-protocol-templates
Generate smart contract templates for staking, AMMs, governance, lending, and flash loans.
siwe
Integrates SIWE authentication into Scaffold-ETH 2 projects using viem and iron-session.
eip-712
Integrate EIP-712 typed data signing and verification into Scaffold-ETH 2 projects.
solidity-security
Review Solidity smart contracts for common vulnerabilities and secure development patterns.
drizzle-neon
Integrates Drizzle ORM and Neon PostgreSQL into Scaffold-ETH 2 dApps.
subgraph
Integrates The Graph subgraph into Scaffold-ETH 2 for indexing contract events via GraphQL.
x402
Integrates x402 payment-gated routes into Scaffold-ETH 2 Next.js applications.
openzeppelin
Develop Solidity smart contracts using OpenZeppelin library components in Scaffold-ETH 2 projects.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core