Blockchain & Web3

Paradigm (Foundry)

4.55

Crypto-focused venture fund that built Foundry, a fast Rust-based smart contract development toolkit gaining rapid adoption among Solidity developers.

Visit Website

Paradigm is a crypto-native investment firm that, beyond its venture activities, has made significant contributions to open-source blockchain tooling — most notably Foundry, a Rust-based smart contract development framework that has become Hardhat’s main competitor. Founded in 2018 by Matt Huang and Fred Ehrsam (co-founder of Coinbase), Paradigm manages billions in assets and has backed many of the biggest names in crypto.

Foundry emerged from Paradigm’s internal engineering team, led by Georgios Konstantopoulos. The toolkit includes Forge (for testing and deploying contracts), Cast (a command-line tool for interacting with chains), Anvil (a local test node), and Chisel (a Solidity REPL). Written entirely in Rust, Foundry is dramatically faster than JavaScript-based alternatives — tests that take minutes in Hardhat often complete in seconds with Forge.

A key differentiator is that Foundry tests are written in Solidity rather than JavaScript. For smart contract developers who think in Solidity, this eliminates the context switching between languages and lets them use the same language for both their contracts and their test suites. The framework also introduced powerful features like fuzz testing and invariant testing out of the box.

Foundry’s adoption has been swift. Many prominent DeFi protocols and auditing firms have switched their development workflows to Foundry, and it’s become the preferred tool for security researchers analyzing smart contracts. The project is fully open-source and maintained on GitHub.

Paradigm is headquartered in San Francisco and has invested in projects across DeFi, infrastructure, and consumer crypto. While the firm is primarily known for its investments, Foundry represents an unusual case of a venture fund directly building widely adopted developer tools that benefit the entire ecosystem it invests in.