mirror of
https://github.com/logos-messaging/waku-rlnv1-contract.git
synced 2026-01-08 01:03:08 +00:00
updated README with version requirements and additional compile step
This commit is contained in:
parent
19fded82bc
commit
5277fbc116
@ -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`
|
- 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)`
|
- 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`
|
- 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
|
## Compilation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
forge install
|
||||||
yarn compile
|
yarn compile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user