You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[hardhat-polkadot-resolc](https://github.com/paritytech/hardhat-revive/tree/main/packages/hardhat-resolc)| Compiles solidity smart contracts for the Polkadot network, creating PolkaVM compatible hardhat artifacts. |
25
-
| [hardhat-polkadot-node](https://github.com/paritytech/hardhat-revive/blob/main/packages/hardhat-revive-node/README.md) | Run a Polkadot node locally
24
+
|[hardhat-polkadot](https://github.com/paritytech/hardhat-polkadot/tree/main/packages/hardhat-polkadot)| Umbrella plugin that provides full functionality and a convenient cli. |
25
+
|[hardhat-polkadot-resolc](https://github.com/paritytech/hardhat-polkadot/tree/main/packages/hardhat-polkadot-resolc)| Compiles solidity smart contracts for the Polkadot network, creating PolkaVM compatible hardhat artifacts. |
26
+
| [hardhat-polkadot-node](https://github.com/paritytech/hardhat-polkadot/blob/main/packages/hardhat-polkadot-node/README.md) | Run a Polkadot node locally
26
27
27
28
## Getting Started
28
29
29
30
* Find instructions in [Develop -> Smart Contracts -> Dev Environments -> Hardhat](https://papermoonio.github.io/polkadot-mkdocs/develop/smart-contracts/dev-environments/hardhat/)
30
31
31
32
## Usage
32
33
33
-
* See [Examples](https://github.com/paritytech/hardhat-revive/tree/main/examples)
34
-
* Get started from a boilerplate with [create-polkadot-dapp](https://github.com/paritytech/create-polkadot-dapp).
34
+
* See [Examples](https://github.com/paritytech/hardhat-polkadot/tree/main/examples)
35
+
* Get started from a boilerplate by running `npx hardhat-polkadot init`.
0 commit comments