Skip to content

Commit 2aab442

Browse files
authored
Update hardhat.md
added Node version recommendation in pre-reqs so it's more prominent
1 parent f1fb6f9 commit 2aab442

File tree

1 file changed

+1
-0
lines changed
  • develop/smart-contracts/dev-environments

1 file changed

+1
-0
lines changed

develop/smart-contracts/dev-environments/hardhat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Hardhat is a robust development environment for Ethereum-compatible chains that
3131
Before getting started, ensure you have:
3232

3333
- [Node.js](https://nodejs.org/){target=\_blank} (v16.0.0 or later) and npm installed.
34+
- Note: Consider using Node.js 22.18+ and npm version 10.9.0+ to avoid issues with the Polkadot plugin.
3435
- Basic understanding of Solidity programming.
3536
- Some PAS test tokens to cover transaction fees (easily obtainable from the [Polkadot faucet](https://faucet.polkadot.io/?parachain=1111){target=\_blank}). To learn how to get test tokens, check out the [Test Tokens](/develop/smart-contracts/connect-to-polkadot#test-tokens){target=\_blank} section.
3637

0 commit comments

Comments
 (0)