From be1f17643e9c6de0cbae07be9329fa47e5442cba Mon Sep 17 00:00:00 2001 From: skosito Date: Thu, 4 Jul 2024 19:54:36 +0200 Subject: [PATCH] and info on how to hide node logs to readme --- scripts/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/readme.md b/scripts/readme.md index ecc0a0ef..1db37dc0 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -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" +``` \ No newline at end of file