Skip to content

Commit 7db3a24

Browse files
committed
fix project setup
1 parent 885f9a9 commit 7db3a24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/3-write-ten-dapp/8-tutorial.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ We'll create a **Flash Arbitrage Trading System** that:
2222

2323
## Step 1: Project Setup
2424

25+
Note you will need to use npm v22.19.0 to create a hardhat project.
26+
2527
Create a new Hardhat project:
2628

2729
```bash
2830
mkdir ten-hft-dapp
2931
cd ten-hft-dapp
3032
npm init -y
31-
npm install --save-dev hardhat @nomiclabs/hardhat-ethers ethers
32-
npx hardhat
33+
npm install --save-dev hardhat
34+
npx hardhat --init
3335
```
3436

3537
Configure Hardhat for TEN Testnet in `hardhat.config.js`:

0 commit comments

Comments
 (0)