Skip to content

Commit

Permalink
Update Getting Started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Feb 17, 2024
1 parent 1aad695 commit c396fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions darc-docs/docs/DARC Protocol/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Since Hardhat and OpenZeppelin are used, the project can be built using the foll
npx hardhat compile
```

3. Run the Darc test network
3. Host a local devnet node with hardhat configuration:

```shell
npm run node
npx hardhat node
```

4. Test contracts
Expand All @@ -45,4 +45,4 @@ Since Hardhat and OpenZeppelin are used, the project can be built using the foll

```shell
npm run deploy
```
```

0 comments on commit c396fd1

Please sign in to comment.