Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 522 Bytes

architecture.md

File metadata and controls

19 lines (11 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.