fix: include dependency installation in README (#15)

This commit is contained in:
Sergei Tikhomirov 2024-09-23 18:00:10 +02:00 committed by GitHub
parent 64df4593c6
commit 1c72717bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

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