From c396fd1687817b220e24114e9fab548df7045939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=8B=E5=85=9A=20Lidang?= Date: Sat, 17 Feb 2024 07:00:03 -0600 Subject: [PATCH] Update Getting Started.md --- darc-docs/docs/DARC Protocol/Getting Started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/darc-docs/docs/DARC Protocol/Getting Started.md b/darc-docs/docs/DARC Protocol/Getting Started.md index 64622ff..370d661 100644 --- a/darc-docs/docs/DARC Protocol/Getting Started.md +++ b/darc-docs/docs/DARC Protocol/Getting Started.md @@ -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 @@ -45,4 +45,4 @@ Since Hardhat and OpenZeppelin are used, the project can be built using the foll ```shell npm run deploy - ``` \ No newline at end of file + ```