Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 524 Bytes

NFT auction

A smart contract for auctioning nfts

How does it work?

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.

Development

First clone this respository.

Install dependencies

  • yarn installl

Testing

This project uses hardhat. To run tests, execute

  • yarn test