Hardhat Framework Skill Expert-level usage of Hardhat, the most popular Ethereum development environment. Capabilities - Configuration : Set up hardhat.config.js for multi-network - Testing : Write tests with ethers.js/viem - Plugins : Use plugins (upgrades, gas-reporter, coverage) - Local Network : Run Hardhat Network for development - Deployment : Execute scripts and manage deployments - Forking : Fork mainnet for testing - TypeChain : Generate TypeScript typings Installation Configuration hardhat.config.js TypeScript Configuration Testing Basic Test TypeScript Test Fork Testing Deployment…