-
Get an up-to-date version of Foundry with
curl -L https://foundry.paradigm.xyz | bash foundryup
-
Clone this repo and run
forge install
Run
forge test --force --gas-report
Note
The --force
flag is required for the openzeppelin-foundry-upgrades package to work.
The --gas-report
flag prints selected gas reports.
Run
forge coverage
Run
forge doc