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

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

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