# Foundry Container Wrappers All Foundry tools MUST run through Podman containers, not bare processes. ## Usage From the `/docker/mev-beta` directory: ```bash # Cast (RPC calls) ./bin/cast block-number --rpc-url http://localhost:8545 ./bin/cast balance 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --rpc-url http://localhost:8545 # Forge (build, test, deploy) ./bin/forge build ./bin/forge test ./bin/forge script