From 8a33af75ad24181a179f1dd9621a19325ff9005d Mon Sep 17 00:00:00 2001 From: taivop Date: Tue, 9 Apr 2024 15:46:38 +0300 Subject: [PATCH] link to oracles dir --- contracts/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contracts/README.md b/contracts/README.md index 69c9b39..53c795d 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -37,6 +37,10 @@ Take some private key from local node and add to .env `PRIVATE_KEY_LOCALHOST` npm run deployAll:localhost ``` +**Run the oracle backend** + +Please see the [`oracles` directory](/oracles) to run the oracle backend. If you don't run the oracle back-end, the oracle contracts on your localnet will not produce any results (and will not make any callbacks). + ### Galadriel testnet Update `.env`: