A minimal landing page for Ethereum Wingman - an AI skill that helps you build decentralized apps.
Ethereum Wingman is a comprehensive Ethereum development tutor and guide built as an Agent Skill. It teaches smart contract development through SpeedRun Ethereum challenges, Scaffold-ETH tooling, and security best practices.
npx skills add austintgriffith/ethereum-wingmanThen open your project in Cursor (or any AI-enabled editor) and start building:
"Help me build a dApp where users can stake ETH and earn rewards"
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build- Vite + React + TypeScript
- JetBrains Mono font
- Minimal single-page design
MIT
