Skip to content

Commit 35115e0

Browse files
authored
Update hardhat.md (#972)
* Update hardhat.md added Node version recommendation in pre-reqs so it's more prominent * LLM updates re: Node version LLM updates re: Node version
1 parent e34ce65 commit 35115e0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-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

llms-files/llms-smart-contracts.txt

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

240240
- [Node.js](https://nodejs.org/){target=\_blank} (v16.0.0 or later) and npm installed.
241+
- Note: Consider using Node.js 22.18+ and npm version 10.9.0+ to avoid issues with the Polkadot plugin.
241242
- Basic understanding of Solidity programming.
242243
- 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.
243244

llms-files/llms-tooling.txt

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

640640
- [Node.js](https://nodejs.org/){target=\_blank} (v16.0.0 or later) and npm installed.
641+
- Note: Consider using Node.js 22.18+ and npm version 10.9.0+ to avoid issues with the Polkadot plugin.
641642
- Basic understanding of Solidity programming.
642643
- 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.
643644

llms-full.txt

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

1006610066
- [Node.js](https://nodejs.org/){target=\_blank} (v16.0.0 or later) and npm installed.
10067+
- Note: Consider using Node.js 22.18+ and npm version 10.9.0+ to avoid issues with the Polkadot plugin.
1006710068
- Basic understanding of Solidity programming.
1006810069
- 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.
1006910070

0 commit comments

Comments
 (0)