foundry-rs/foundry

Description: Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on May 27th, 2026
Created on September 8th, 2021
Open Issues & Pull Requests: 405 (+0)
Number of forks: 2,572
Total Stargazers: 10,483 (+0)
Total Subscribers: 84 (+0)

Issue Activity (beta)

Open issues: 391
New in 7 days: 1
Closed in 7 days: 3
Avg open age: 677 days
Stale 30+ days: 383
Stale 90+ days: 362

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 4

Top labels

  • T-bug (1,682)
  • T-feature (1,065)
  • C-forge (750)
  • T-needs-triage (412)
  • C-anvil (258)
  • A-cheatcodes (256)
  • first issue (251)
  • C-cast (215)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 9.9 hours
90th percentile: 0.0 hours
Tracked items: 3,039

Most active contributors

Detailed Description

Foundry is a Rust-based toolkit for Ethereum application development that provides four primary components for smart contract work. Forge serves as the core build and testing system, enabling developers to compile, test, fuzz, and deploy Solidity contracts. Cast functions as a command-line utility for interacting with EVM smart contracts, sending transactions, and retrieving blockchain data. Anvil provides a fast local Ethereum development node for testing and development purposes. Chisel offers a Solidity REPL environment for rapid iteration and experimentation with smart contract code.

The toolkit emphasizes speed, portability, and modularity as core design principles. By implementing the entire system in Rust rather than JavaScript or other languages, Foundry achieves performance characteristics that distinguish it from earlier Ethereum development frameworks. The modular architecture allows developers to use individual components independently or together depending on their workflow needs.

According to GitGenius activity tracking, the repository maintains exceptionally responsive issue and pull request handling, with a median response latency of zero hours and a mean latency of 9.9 hours across 3036 tracked items. This responsiveness reflects active project maintenance and community engagement. The most frequently labeled issues fall into three categories: T-bug with 1682 occurrences, T-feature with 1065 occurrences, and C-forge with 750 occurrences, indicating that bug reports and feature requests drive much of the project's development direction, with particular focus on Forge-related functionality.

The project's contributor base shows concentrated activity among key maintainers. Zerosnacks leads with 6000 tracked events, followed by grandizzy with 3958 events and mattsse with 1320 events. This concentrated activity pattern suggests a core team managing the project's direction while remaining responsive to community contributions. The repository's contributor network overlaps with other significant projects including github/gh-aw, solo-io/gloo, and microsoft/vscode, indicating cross-pollination of development practices and shared expertise across the Ethereum tooling ecosystem.

Foundry's classification spans multiple technical domains including Ethereum, smart contracts, Solidity, testing frameworks, development toolkits, blockchain infrastructure, contract deployment, fuzz testing, debugging, and EVM operations. This broad classification reflects the toolkit's comprehensive scope in addressing the full lifecycle of smart contract development from initial coding through deployment and interaction.

The project provides extensive documentation and resources including installation guides, benchmarks, developer guidelines, and API documentation. The toolkit supports both local development workflows through Anvil and interaction with live networks through Cast, enabling developers to test contracts in isolated environments before deploying to production blockchains. The dual licensing under Apache License 2.0 or MIT provides flexibility for both open-source and commercial use cases.

foundry
by
foundry-rsfoundry-rs/foundry

Repository Details

Fetching additional details & charts...