fix: include dependency installation in README

This commit is contained in:
Sergei Tikhomirov 2024-09-23 16:05:48 +02:00 committed by GitHub
parent 64df4593c6
commit f4b935f2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,18 @@ Waku's RLNv2 contracts, which include -
- [Forge Std](https://github.com/foundry-rs/forge-std): collection of helpful contracts and cheatcodes for testing
- [Solhint Community](https://github.com/solhint-community/solhint-community): linter for Solidity code
## Prerequisites
- `pnpm` ([installation instructions](https://pnpm.io/installation))
## Usage
Install dependencies before first run:
```sh
pnpm install
```
This is a list of the most frequently needed commands.
### Build