Verify through Hardhat
Quick Start
Option 1: Use This Example Project
git clone https://github.com/HemeraProtocol/hardhat-verify-example.git
cd hardhat-verify-example
npm install cp .env.example .env
# Edit .env with your private key and RPC URLsOption 2: Add to Your Existing Project
Install
Config
Deploy and Verify (using Hardhat Ignition)
Verify an Existing Contract
Upgradeable Contracts (UUPS)
Deploy Proxy
Upgrade Proxy
Proxy Verification Limitations
Live Examples
Last updated