Decentralized Auction Platform named D-Auction is a smart contract-based solution for conducting decentralized auctions of non-fungible tokens (NFTs). This platform allows users to create auctions for their NFTs, participate in bidding, and claim ownership of the NFTs upon winning the auctions.
Welcome to the Decentralized Auction Platform named D-Auction, a smart contract-based solution for conducting decentralized auctions of non-fungible tokens (NFTs). This platform allows users to create auctions for their NFTs, participate in bidding, and claim ownership of the NFTs upon winning the auctions.
โ๏ธ Tech Stack: NextJS, RainbowKit, Foundry, Wagmi, Viem, Alchemy, Scaffold-ETH 2 and Typescript.
๐ Contract: https://sepolia.etherscan.io/address/0x8f86351a1394c07300f6f2071dafe931f209efc7#code
๐ง๐ปโ๐ป Demo: https://d-auction-app-amrrobb.vercel.app/
Auctioneer/Seller: The individual who initiates an auction for their NFT by calling the createAuction
function. The auctioneer sets the starting price and duration of the auction. Additionally, as the seller, they own the NFT being auctioned and ultimately transfer ownership to the winning bidder.
Bidder: Users who participate in ongoing auctions by placing bids on NFTs they are interested in acquiring. Bidders interact with the platform by calling the placeBid
function.
Winner: The bidder who submits the highest bid within the auction's time frame becomes the winner of the auction. The winner can claim ownership of the NFT by calling the claimNft
function.