Fund Me — ETH Crowdfunding with Price Feeds

Overview

Fund Me is a Solidity-based smart contract that accepts ETH contributions and calculates their USD value in real time using a Chainlink ETH/USD price feed.
It is built and deployed using Foundry — a fast, modular Ethereum development toolkit written in Rust.


Key Features


Tech Stack


Security Highlights


Typical Workflow

  1. Fund — User calls fund() with ETH.
  2. Price Check — Contract checks USD value using Chainlink.
  3. Store Contribution — Records sender and amount.
  4. Withdraw — Owner retrieves total funds.

📦 Github