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