From 5428fb1439d75d084123f9072b6f079b4901ab3a Mon Sep 17 00:00:00 2001 From: Alexandre ABRIOUX Date: Tue, 2 Nov 2021 00:36:49 +0100 Subject: [PATCH] fix: readme localhost abi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b49564c..4dfafc7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ In order to do that, clone the [pos-dlib](http://github.com/cartesi-corp/pos-dli ``` yarn -npx hardhat node --export ../noether/src/localhost.json +npx hardhat node --export ../noether/src/contracts/localhost.json ``` This will run a node, deploy all contracts, and write a JSON file with the ABIs and contracts addresses to a file inside the noether source code.