Skip to content

Commit

Permalink
Merge pull request #12 from waku-org/update-readme-prerequisites
Browse files Browse the repository at this point in the history
updated README with version requirements and additional compile step
  • Loading branch information
stubbsta authored Mar 8, 2024
2 parents 19fded8 + 5277fbc commit a01daa8
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 @@ -10,11 +10,15 @@ The following will need to be installed in order to use this repo. Please follow
- This will install `forge`, `cast`, and `anvil`
- You can test you've installed them right by running `forge --version` and get an output like: `forge 0.2.0 (92f8951 2022-08-06T00:09:32.96582Z)`
- To get the latest of each, just run `foundryup`
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
- [Yarn]
- Classic version as per these instructions: https://classic.yarnpkg.com/lang/en/docs/install (tested with v1.22.21)
- [Nodejs]
- Hardhat compatibility requires Nodejs < v18.19.1

## Compilation

```shell
forge install
yarn compile
```

Expand Down

0 comments on commit a01daa8

Please sign in to comment.