Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 522 Bytes

architecture.md

File metadata and controls

18 lines (10 loc) · 522 Bytes

Architecture

This document describes the high-level architecture of Foundry.

evm/

Foundry's EVM tooling. This is built around revm and has additional implementation of:

  • cheatcodes a set of solidity calls dedicated to testing which can manipulate the environment in which the execution is run

config/

Includes all of Foundry's settings and how to get them

cli/

The core forge and cast cli implementation. Includes all subcommands.