wighawagwighawagCommunityยท1 Agent Skills Included

hardhat-deploy

Deploy and test Ethereum smart contracts across any chain

Deploys EVM smart contracts across multiple chains with named accounts, proxies, and upgradeable diamond patterns. Eliminates hardcoded addresses, manual ABI tracking, and fragile test setups by saving every deployment automatically. Supports deterministic deployments, contract verification, and browser-based execution so teams ship and test contracts faster.
npx skills add wighawag/hardhat-deploy --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’