Skip to content

semo-3d/semo-auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SEMO AUCTION🔺

This is a precompiled scrypt we are using for running our auction. Based on this auction article, we made a slight modification to track the highest bidder by Ripemd160 of the original bidder. Once a higher bid comes in, the refund will be automatically made to the original funder of the previous bid.

To see this auction working, please come check out auctions at SEMO

HOW TO CREATE DESCRIPTION FILE

  1. npm install scryptlib
  2. npx scryptlib download
  3. npx scryptlib semoAuction.scrypt

TODO

  • starting time control
  • minimum, maximum, and buyout setting
  • fee calculation

SPECIAL THANKS

@sCrypt-Inc sCrypt Team