hardhat-deploy
Deploy and test Ethereum smart contracts across any chain
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install hardhat-deploy?โผ
Run `npx skills add wighawag/hardhat-deploy --all -g -y` in your terminal to install this skill globally for your AI agent.
What does hardhat-deploy do?โผ
It is a Hardhat plugin that deploys EVM smart contracts across many chains, tracks addresses by name, and replicates the same environment for testing.
How is hardhat-deploy different from Hardhat Ignition?โผ
It lets you write deployment logic in plain TypeScript without a rigid DSL, and adds proxy support, diamond deployments, and browser-compatible execution.
Can hardhat-deploy handle upgradeable contracts?โผ
Yes. It supports declarative proxy deployments including OpenZeppelin transparent proxies and EIP-2535 Diamonds with automatic diamondCut generation.
Does hardhat-deploy support contract verification?โผ
Yes. It saves all deployment metadata so you can verify contracts on Sourcify or Etherscan at any time after deployment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core