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 PolkaVM compatible hardhat artifacts. |
hardhat-polkadot-node | Run a Polkadot node locally |
-
See Examples.
-
Learn how to use Hardhat with Polkadot in Develop -> Smart Contracts -> Dev Environments -> Hardhat.
-
Follow tutorial in Tutorials -> Smart Contracts -> Launch Your First Project -> Test and Deploy with Hardhat.