What problem does it solve? Setting up blockchain projects requires juggling multiple tools for scaffolding, contract generation, wallet management, RPC testing, deployment, and event monitoring across EVM and Solana networks. This Skill consolidates those tasks into a single CLI workflow. ## Core Features & Use Cases - Project Bootstrapping: Initialize EVM (Foundry, Hardhat), Solana (Anchor), or full-stack dApp projects from curated templates. - Contract Generation & Deployment: Generate ERC20, ERC721, staking, vault, and prediction-market contracts, then deploy with gas estimation and explorer verification. - Wallet, RPC & Monitoring: Create wallets, check balances, test RPC endpoints, and monitor on-chain events for contracts, wallets, and tokens in real time. - Use Case: Scaffold a full-stack EVM dApp, generate an ERC721 NFT contract, add wagmi and RainbowKit to the Next.js frontend, deploy to Base, and monitor Transfer events. ## Quick Start Ask the AI to scaffold a new EVM project with Foundry and generate an ERC20 token contract named MyToken using the web3-devkit CLI.