- Follow the instructions to install Foundry.
forge install
Some tests may need to fork from mainnet. Create an .env
file. You can copy the sample .env-sample
:
export MAINNET_FORKING_URL=https://eth-mainnet.g.alchemy.com/v2/9yUn7YrS814EkZ-2xI0Ex0VFHcPAUmRw
forge test
forge test --match-contract Unstoppable
There are different level of verbosities, -vvvvv
is the maximum.
forge test --match-contract Unstoppable -vvvvv