Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amintalebi committed Aug 26, 2024
1 parent 124eb64 commit 7689fea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7689fea

Please sign in to comment.