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
- Host: GitHub
- URL: https://github.com/ndmen/app.blockchain.englishauction
- Owner: ndmen
- Created: 2022-08-07T20:13:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T20:54:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-14T10:21:20.643Z (over 1 year ago)
- Topics: solidity
- Language: Solidity
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.