An open API service indexing awesome lists of open source software.

https://github.com/ndmen/app.blockchain.englishauction

It's an English auction for NFT
https://github.com/ndmen/app.blockchain.englishauction

solidity

Last synced: 10 months ago
JSON representation

It's an English auction for NFT

Awesome Lists containing this project

README

          

# app.blockchain.englishauction

It's an English auction for NFT.

Auction

1. Serller of NFT deploys this contract.
2. Auction lasts for 7 days.
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

5. Highest bidder becomes the new owner of NFT.
6. The seller receives the highest bid of ETH.