Defi Stablecoin
Users can deposit WETH and WBTC in exchange for a token that will be pegged to the USD.
- Users can deposit WETH & WBTC for a USD-pegged token.
- Implemented minting, burning, transfers, and liquidations.
- Utilized extensive unit and fuzz testing to ensure security.
NFT Marketplace
Users can purchase and resell their digital assets in ETH.
Contract (Polygon Mumbai) - Users have the capability to list a token.
- Any potential buyer has the opportunity to purchase the token.
- Images are hosted via IPFS (Pinata).
Raffle
Participants can enter the raffle by paying in ETH.
- Random winner will be picked by chainlink nodes.
- Random number generated by Chainlink VRF.
- Raffle draw triggered by Chainlink Automation.
CrowdFunding
Users can contribute to a project using their ETH.
Contract (Polygon Mumbai) - User can create a campaign.
- Multiple funders can fund the campaign.
- Owner can withdraw the amount.
Fund Me
Users can contribute to a project using their USD.
- User can fund a campaign.
- USD is converted to ETH using Chainlink PriceFeeds.
- Implemented robust security measures to protect user funds.