mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-08 17:03:12 +00:00
fix: include dependency installation in README
This commit is contained in:
parent
64df4593c6
commit
f4b935f2a6
10
README.md
10
README.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user