git submodule update --init --recursive
forge build
create .env
similar to .env.example
# load .env file
source .env
# run
forge script script/deploy-distributor.s.sol:DeployDistributor --rpc-url goerli --broadcast --verify -vvvv
If you want to deploy to other networks, you will need to add a config similar to goerli
in foundry.toml