Build on Polkadot with Hardhat Plugin
May 1, 2026 ยท View on GitHub
Build on Polkadot with Hardhat Plugin
Polkadot is a comprehensive blockchain platform for developers to deploy high-performance Web3 applications. This repository provides plugins that integrate with the Hardhat environment for developing and deploying Ethereum-compatible smart contracts on the Polkadot network.
Overview of currently available plugins and those on the roadmap.
| ๐ Plugin | ๐ Description |
|---|---|
| hardhat-polkadot | Umbrella plugin that provides full functionality and a convenient cli. |
| hardhat-polkadot-resolc | Compiles solidity smart contracts for the Polkadot network, creating Polkadot compatible hardhat artifacts. |
| hardhat-polkadot-node | Run a Polkadot node locally. |
| hardhat-polkadot-migrator | Migrates an existing Ethereum Hardhat project for Polkadot compatibility. |
Documentation
-
See Examples
-
Get started from scratch with How to use Hardhat with Polkadot
-
Follow tutorial with Deploy a Basic Contract with Hardhat