Web3 Smart Contract Testing is a specialized capability designed to assist developers in building secure, efficient, and production-ready Solidity contracts. By leveraging both Hardhat and Foundry (Forge), this skill provides standardized patterns for unit and integration testing, mainnet forking, and advanced fuzzing. It helps identify edge cases, optimize gas usage, and simulate complex DeFi interactions in a local environment, ensuring that smart contracts behave as expected before deployment to mainnet.
主な機能
01Automated gas consumption reporting and optimization
02Advanced fuzzing and property-based testing for edge cases
03Hardhat and Foundry integration for comprehensive test suites
04Mainnet forking patterns for realistic protocol simulation
05Etherscan verification and CI/CD workflow automation
063 GitHub stars