Install all required dependencies using the following command:
git submodule update --init --recursive
See the deployments section for instructions on how to deploy the relevant contracts.
$ forge build
The tests should be run on the latest Ethereum fork, as follows:
$ forge test --fork-url https://rpc.flashbots.net
$ forge fmt
$ forge snapshot