From 309bb0495cbb09715e32100c70bbb2c9598472f5 Mon Sep 17 00:00:00 2001 From: Aayush Gupta <60979345+AAYUSH-GUPTA-coder@users.noreply.github.com> Date: Mon, 5 Jun 2023 17:11:15 +0530 Subject: [PATCH] corrected the Running the daemon command from "node fdt-deal-monitor-ethers.js" to "node examples/fdt-deal-monitor" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c562a1e..c83895c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There is an example contract in `contracts` that has the event and a method you You need to specify the RPC endpoint of a Filecoin node, the Edge-UR API address, and the contract address, in the `.env` file, then start the daemon with: -1. `node fdt-deal-monitor-ethers.js` +1. `node examples/fdt-deal-monitor` ### Invoking the contract