You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Solidity practice project implementing a Fund Me contract. Users can fund with a minimum USD amount (using Chainlink price feeds). The contract tracks contributors and their donations, and only the owner can withdraw the collected funds.