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