This is for deploying ERC4626 strategies that plug into Nibora
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
$ anvil
$ forge script script/[Script] --rpc-url <your_rpc_url> --private-key <your_private_key>
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help