Deploys Solidity smart contracts to the 0G Chain using Hardhat, Foundry, or ethers.js v6 with optimized EVM settings.
This skill empowers Claude to manage the end-to-end deployment process for smart contracts on the 0G Chain. It ensures technical compliance by automatically enforcing the 'cancun' EVM version and utilizing modern ethers v6 syntax, preventing common compatibility issues. By providing verified deployment patterns for Hardhat and Foundry, this skill streamlines the developer workflow from initial compilation to block explorer verification, ensuring secure and reliable contract launches on 0G testnets and mainnet.
主な機能
01Hardhat and Foundry workflow support
02Automated 'cancun' EVM version configuration
039 GitHub stars
04Seamless ethers.js v6 deployment integration
05Deployment confirmation and address tracking
06Built-in contract verification patterns
ユースケース
01Launching Solidity smart contracts on the 0G Chain testnet or mainnet.
02Migrating legacy ethers v5 deployment scripts to v6 for 0G Chain compatibility.
03Automating multi-step contract deployments with complex constructor arguments.