A smart contract for auctioning nfts
Nft sellers can deposit single or a bundle of nfts and bidders can place a bid for the nfts. if a bidder gets outbid, they get a refund. Also a bidder can specify a recipient address that will receive an NFT if they won the bid, this reciepient address needs to provide a valid signature.
First clone this respository.
Install dependencies
yarn installl
This project uses hardhat. To run tests, execute
yarn test