-
- You'll know you've done it right if you can run
forge --version
- You'll know you've done it right if you can run
-
- You'll know you've done it right if you can run
git --version
- You'll know you've done it right if you can run
-
Install libs
forge update
- make sure to create
.env
with variables in.env.example
- currenlty foundry is configured to only run tests in
test/v2
- run
forge coverage
to see test coverage for V2. Tests for legacy_v1 will not be accounted for
forge test -vv
make install