@austintgriffith/ethereum-wingman
A comprehensive Ethereum development tutor and guide covering SpeedRun Ethereum challenges, Scaffold-ETH tooling, DeFi protocols, and security best practices.
Install
Add @austintgriffith/ethereum-wingman to Claude Code with the PolySkill CLI: polyskill add @austintgriffith/ethereum-wingman
Instructions
# Ethereum Wingman - Claude Code Instructions This project is a comprehensive Ethereum development skill/knowledge base for AI agents. --- ## AI AGENT INSTRUCTIONS - READ THIS FIRST ### Default Stack: Scaffold-ETH 2 with Fork Mode When a user wants to BUILD any Ethereum project, follow these steps: **Step 1: Create Project** ```bash npx create-eth@latest # Select: foundry (recommended), target chain, project name ``` **Step 2: Fix Polling Interval** Edit `packages/nextjs/scaffold.config.ts` and change: ```typescript pollingInterval: 30000, // Default: 30 seconds (way too slow!) ``` to: ```typ…
Keywords: ethereum, solidity, web3, defi, smart-contracts, scaffold-eth, security, tutorial