Skip to content

Commit

Permalink
and info on how to hide node logs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 4, 2024
1 parent d80596e commit be1f176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ yarn localnet

This will run hardhat local node and worker script, which will deploy all contracts, and listen and react to events, facilitating communication between contracts.
Tasks to interact with localnet are located in `tasks/localnet`. To make use of default contract addresses on localnet, start localnet from scratch, so contracts are deployed on same addresses. Otherwise, provide custom addresses as tasks parameters.

To only show logs from worker and hide hardhat node logs:
```
yarn localnet --hide="NODE"
```

0 comments on commit be1f176

Please sign in to comment.