Reference
Foundry
Quick reference guide for Foundry tools used in Mega CLI
Foundry Reference
Mega CLI builds on top of Foundry, a powerful Ethereum development toolkit. This page provides a quick reference for Foundry tools that are used within Mega CLI.
For comprehensive documentation, refer to the Foundry Book, which is the official documentation.
Foundry Components
Foundry consists of four main tools that are used throughout Mega CLI:
Forge
Forge is a testing framework for Ethereum smart contracts.
Cast
Cast is a command-line tool for interacting with EVM smart contracts, sending transactions, and getting chain data.
Anvil
Anvil is a local Ethereum node designed for development with configurable options.
Chisel
Chisel is a Solidity REPL (Read-Eval-Print Loop) for quick code testing and prototyping.
Additional Resources
- Foundry Book - Official documentation
- Foundry GitHub Repository
- Awesome Foundry - A curated list of Foundry resources
Was this page helpful?