https://github.com/yoosoftcc/aptos-auction
Timed auctions on aptos
https://github.com/yoosoftcc/aptos-auction
Last synced: over 1 year ago
JSON representation
Timed auctions on aptos
- Host: GitHub
- URL: https://github.com/yoosoftcc/aptos-auction
- Owner: yoosoftcc
- Created: 2022-10-10T18:47:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T22:54:04.000Z (over 3 years ago)
- Last Synced: 2025-01-07T23:53:06.452Z (over 1 year ago)
- Language: Move
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timed auctions on aptos
Timed auctions on aptos, strongly inspired by [ourzora/auction-house](https://github.com/ourzora/auction-house)
Two types of auctions available on this project
1. English Auction: Sell to the highest bidder
2. Dutch Auction: Sell with a declining price // TODO