Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ProbeAuction

English auction house for NFTs with minimum bid increments on ProbeChain Rydberg Testnet.

Features

  • Create auctions with start price and duration
  • Minimum bid increment enforcement (5%)
  • Auto-extend on late bids (last 10 minutes)
  • Outbid fund withdrawal
  • Platform fee on settlements

Setup

npm install
cp .env.example .env
npx hardhat compile
npm run deploy

Network