Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 435 Bytes

Foundry Fund Me

Tech Stacks

  • Foundry
  • Solidity
  • Chainlink Data Feeds

Features

  • User is able to send funds to the contract.
  • User is able to get a list of funders.
  • Minimum funding amount is 5$.
  • Only owner can withdraw funds sent to the contract.
  • Get Ether price and conversion rate integrating with Chainlink Data Feeds.
  • Contract is deployed using Foundry scripts
  • Contract is tested using Foundry tests