Skip to content

Commit 35662f9

Browse files
Update README
1 parent bd19fb6 commit 35662f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ To run this example, which uses the Foundry tooling in conjunction with [Scaffol
2828

2929
In a terminal window install dependencies:
3030

31+
3132
```
32-
cd my-dapp-example
33+
cd scaffold-oracle-reader
3334
yarn install
3435
```
3536

@@ -60,6 +61,9 @@ When this completes, you should see a contract address in the output:
6061
Contract Address: 0xA2B4473120b9d18abfE90EEb2722A57CB72C4212
6162
```
6263

64+
Grab the address of the deployed contract.
65+
Add it to packages/nextjs/contracts/deployedContracts.ts#LN10
66+
6367
Now, you can verify that you can read with the Foundry `cast` command:
6468

6569
```

0 commit comments

Comments
 (0)