Skip to content

Commit 4612c37

Browse files
committed
add hardhat-polkadot umbrella plugin
1 parent fc8d7a4 commit 4612c37

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@ Overview of currently available plugins and those on the roadmap.
2121

2222
| 🔌 Plugin | 📄 Description |
2323
|-------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
24-
| [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
2627

2728
## Getting Started
2829

2930
* Find instructions in [Develop -> Smart Contracts -> Dev Environments -> Hardhat](https://papermoonio.github.io/polkadot-mkdocs/develop/smart-contracts/dev-environments/hardhat/)
3031

3132
## Usage
3233

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`.
3536

3637
## Getting Help
3738

0 commit comments

Comments
 (0)