Skip to content

Solidity by example English auction for NFT implementation.

Notifications You must be signed in to change notification settings

Farber98/english-auction-NFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements for English Auction NFT

🗳️ Auction

1. Seller of NFT deploys this contract.

2. Auction lasts for 60 seconds.

3. Participants can bid by depositing ETH greater than the current highest bidder.

4. All bidders can withdraw their bid if it is not the current highest bid.

💰 After the auction

1. Highest bidder becomes the new owner of NFT.

2. The seller receives the highest bid of ETH.

Development-Goal

🖼️ Learn how NFT auctions work.

About

Solidity by example English auction for NFT implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published