Skip to content

Hardhat 3 official plugins

Extend Hardhat's functionality with these official plugins.

You can also find plugins built by the community here.

Official plugins

Nomic Foundation's recommended bundle of Hardhat plugins (viem based)
Hardhat setup
template
viem
Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)
Hardhat setup
template
Ethers.js
This plugin adds an encrypted keystore to Hardhat, to handle secret values (e.g. API keys and private keys) in your config securely.
Secrets
Keystore
Key management
Automatically verify contracts
Verification
Etherscan
Blockscout
A plugin that provides a set of utility functions to interact with locally simulated networks.
Network
Simulation
Helpers
Testing
A plugin that allows to interact with Ledger hardware wallets.
Ledger
Hardware-wallet
Integrates viem into a Hardhat project
viem
Testing
Tasks
Scripts
Adds a set of viem-based testing assertions to Hardhat
viem
Testing
Assertions
Integrates Ethers.js into a Hardhat project
Ethers.js
Testing
Tasks
Scripts
Adds a set of ethers-based matchers to chai
Ethers.js
chai
Testing
Assertions
Generates TypeChain bindings for smart contracts
TypeChain
TypeScript
Bindings
Contracts
Hardhat's official deployment solution
Ignition
Deployment
Adds support for viem to Hardhat Ignition
Ignition
viem
Deployment
Testing
Adds support for Ethers.js to Hardhat Ignition
Ignition
Ethers.js
Deployment
Testing
Integrates Mocha into a Hardhat project
Mocha
Testing
Test runner
Integrates Node.js' builtin test runner into a Hardhat project
Node.js test runner
node:test
Test runner