foundry-rs / foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing foundry-rs/foundry in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view [![Github Actions][gha-badge]][gha-url] [![Telegram Chat][tg-badge]][tg-url] [![Telegram Support][tg-support-badge]][tg-support-url] [gha-badge]: https://img.shields.io/github/actions/workflow/status/foundry-rs/foundry/test.yml?branch=master&style=flat-square [gha-url]: https://github.com/foundry-rs/foundry/actions [tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Ffoundry_rs [tg-url]: https://t.me/foundry_rs [tg-support-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=support&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Ffoundry_support [tg-support-url]: https://t.me/foundry_support **Install** | [Docs][foundry-docs] | Benchmarks | Developer Guidelines | Contributing | Crate Docs --- Blazing fast, portable and modular toolkit for Ethereum application development, written in Rust. • **Forge** — Build, test, fuzz, debug and deploy Solidity contracts. • **Cast** — Swiss Army knife for interacting with EVM smart contracts, sending transactions and getting chain data. • **Anvil** — Fast local Ethereum development node. • **Chisel** — Fast, utilitarian and verbose Solidity REPL. Installation See the installation guide for more details. Getting Started Initialize a new project, build and test: Interact with a live network: Fork mainnet locally: Read the [Foundry Docs][foundry-docs] to learn more. Contributing Contributions are welcome and highly appreciated. To get started, check out the contributing guidelines. Join our [Telegram][tg-url] to chat about the development of Foundry. Support Having trouble? Check the [Foundry Docs][foundry-docs], join the [support Telegram][tg-support-url], or open an issue. License Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [foundry-docs]: https://getfoundry.sh