Skip to content

Commit

Permalink
Merge pull request #12 from chronicleprotocol/updateREADME
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
biancabuzea200 authored Oct 18, 2024
2 parents bd19fb6 + 35662f9 commit ab879f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:

```
Expand Down

0 comments on commit ab879f4

Please sign in to comment.