From 7689fea2101eac659c2116a09ff4a902a84e4b02 Mon Sep 17 00:00:00 2001 From: Amin Talebi Date: Mon, 26 Aug 2024 10:39:43 +0200 Subject: [PATCH] update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22e736e..abfdb9b 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,13 @@ go build main.go ### Compile contracts: Go to the contracts directory and run the following command to compile the contracts. + +```shell script +cd dextrader && npm i && npx hardhat compile ``` -npx hardhat compile -``` -### Run tests: -``` -npx hardhat test +```shell script +npx hardhat node --fork https://1rpc.io/arb +npx hardhat test --network localhost ``` ### Deploy contracts: