zhiwei-w-luo / awesome-foundry

A curated list of awesome of the Foundry development framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Foundry

Awesome Telegram Chat Telegram Chat

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

awesome-foundry

A curated list of awesome Foundry resources, tutorials, tools and libraries. Inspired by awesome-go.

Contributing

Please take a quick view at the contribution guidelines first.

If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!

Content

⬆ back to top

Tools

Frameworks, plugins and utilities for Foundry.

  • Foundryup - Update or revert to a specific Foundry branch with ease.
  • Foundry Hardhat - Hardhat plugins to use foundry tools in hardhat environments.
  • Foundry Template - A template for a Foundry project.
  • Forge Template - A template for quickly getting started with forge.
  • Forge Standard Library - Collection of helpful contracts for use with forge and foundry.
  • Forge GHA - Simple Github Actions workflow to run forge test.
  • Forge Replit - Run Forge in the browser, vanilla setup.
  • Forge Snippets - VS Code Snippets for Forge.
  • Foundrydeploy - Limited scripting (declarative?) language to implement a basic deployment pipeline using foundry.
  • Foundry Docgen - A basic tool for generating markdown docs for a Foundry project using existing NatSpec comments in the contracts.
  • Foundry Hardhat Template - Template repository for getting started quickly with Hardhat and Foundry in one project.
  • Foundry Vyper - A Foundry template to compile and test Vyper contracts.
  • Foundry Starter Kit - Foundry Starter Kit is a repo that shows developers how to quickly build, test, and deploy smart contracts with one of the fastest frameworks out there.

Libraries

Solidity libraries or utilities that use Foundry.

  • Solmate - Modern, opinionated, and gas optimized building blocks for smart contract development.
  • Chain Claim - Solidity lib and helper scripts for providing claim code generation and on chain verification of a claim.
  • Playpen - Set of modern, gas optimized staking pool contracts.
  • TokenMigrator - A simple contract for migrating from an old ERC20 token to a new ERC20 token.
  • VestedERC20 - A wrapper ERC20 token that linearly vests an underlying ERC20 token to its holders.
  • lil web3 - Small, focused, utility-based smart contracts.
  • RollCall - Rollup Governance Libraries.
  • Forge Optimism - Forge Optimism is a collection of helpful contracts for use with forge and foundry on Optimism.
  • Yearn Strategy Foundry Mix - Basic Solidity Smart Contract for creating your own Yearn Strategy.
  • Foundry-Hardhat-Diamonds- Sleek EIP2535 Diamond deployments on the go with foundry
  • Founndry Lens Protocol - Lens Protocol fork that supports Foundry.
  • XChain - Cross chain call library for Solidity & Foundry.
  • Solenv - A dotenv parser for Solidity & Foundry.
  • surl - HTTP library for Foundry tests in Solidity based on curl.
  • unix - A lightweight, extensible Foundry library for shell scripting.
  • Chainlink Brownie Contracts - This repository is a slimmed down version of Chainlink's official repo. It clones only the Chainlink contracts folder and the repo automatically updates every time there is a new NPM release.

Tutorials

Projects Using Foundry

  • OpenSea Seaport - Seaport is a new marketplace protocol for safely and efficiently buying and selling NFTs.
  • MapleLoan - Set of contracts to facilitate on-chain Loans between Maple Finance Pools and institutional borrowers.
  • Cryptex Finance - Index token that tracks the total cryptocurrency market capitalization. (Optimism version uses Foundry tests).
  • Gov of Venice - Governance of Venice is a new paradigm in DAO governance, attempting to standardise the existence of functional groups within DAOs (Guilds) in terms of how they participate in the Governance process of different DAOs.
  • Beefy Finance - Official repo for strategies and vaults from the Beefy yield optimizer.

⬆ back to top

About

A curated list of awesome of the Foundry development framework.

License:MIT License