Foundry's official Command Line Interface for EVM interaction through command calls.
What is Cast?
Foundry comes with a convenient CLI tool to communicate directly with the EVM. Typical commands would be to retrieve total token supply details. In addition to the common Cast commands a developer can call on the EVM, they can also send arbitrary messages between two anvil accounts, or even decode calldata with the '4byte-decode' subcommand.