From 35662f9a8b7327aee59eee91eb47ce02514547cc Mon Sep 17 00:00:00 2001 From: biancabuzea200 Date: Thu, 17 Oct 2024 20:25:41 -0700 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index beab5cb..0f6a853 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ To run this example, which uses the Foundry tooling in conjunction with [Scaffol In a terminal window install dependencies: + ``` -cd my-dapp-example +cd scaffold-oracle-reader yarn install ``` @@ -60,6 +61,9 @@ When this completes, you should see a contract address in the output: Contract Address: 0xA2B4473120b9d18abfE90EEb2722A57CB72C4212 ``` +Grab the address of the deployed contract. +Add it to packages/nextjs/contracts/deployedContracts.ts#LN10 + Now, you can verify that you can read with the Foundry `cast` command: ```