We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885f9a9 commit 7db3a24Copy full SHA for 7db3a24
docs/3-write-ten-dapp/8-tutorial.md
@@ -22,14 +22,16 @@ We'll create a **Flash Arbitrage Trading System** that:
22
23
## Step 1: Project Setup
24
25
+Note you will need to use npm v22.19.0 to create a hardhat project.
26
+
27
Create a new Hardhat project:
28
29
```bash
30
mkdir ten-hft-dapp
31
cd ten-hft-dapp
32
npm init -y
-npm install --save-dev hardhat @nomiclabs/hardhat-ethers ethers
-npx hardhat
33
+npm install --save-dev hardhat
34
+npx hardhat --init
35
```
36
37
Configure Hardhat for TEN Testnet in `hardhat.config.js`:
0 commit comments