None
0 Followers
Hello farcaster
ทดสอบการมองเห็น 👀
🚀 Just dropped: solidity-gas-optimizer — a CLI tool to analyze Solidity smart contracts and catch gas-wasting patterns early. 🔍 Core optimization checks: - Storage Read in Loops → detects expensive storage access, suggests memory caching - Public vs External Functions → flags public functions not used internally - State Variable Packing → finds wasteful variable layouts, improves slot packing - Custom Error Usage → recommends replacing string reverts with efficient error types 📄 Docs + Source: https://github.com/babyhome/solidity-gas-optimizer 📦 Package: npmjs.com/package/solidity-gas-optimizer Let’s audit Solidity like pros and write contracts that are leaner, cleaner, and cheaper. Feedback, PRs, and discussion welcome. 🙌 #Solidity #Ethereum #EVM #SmartContracts #DevTooling #GasOptimization →
Can't wait