To set up foundry environment, run:
curl -L https://foundry.paradigm.xyz | bash
source ~/.bashrc
foundryupInstall dependencies:
forge installTo compile artifacts:
forge compileTo run the test suite:
forge test -vvTo inspect the call tree:
forge test -vvvv