Skip to content

Yassirakh/english-auction-evm

 
 

Repository files navigation

Buidl Guild Auction

Buidl Guild is a testnet english auction platform where users can create an auction on NFTs.

The only current ERC-721 contract that is supported is NFT contract (the mint of this NFT is the same auction platform).

Each auction has :

  • Deadline : if no purchase was made the auction ends without any buyer.
  • Reserve price : a minimum price that the auction might reach.
  • Starting price : that keeps dropping by 5% each 5 mins, until it reach the reserve price.

After a certain user buys the NFT, the contract transfers the NFT to the buyer, and adds the price that the NFT was purchased for to the proceeds of the seller, then the seller can withdraw his proceeds.

Note

The NFT collection art and metadata I used is made by Moralis.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.1%
  • Solidity 2.7%
  • JavaScript 1.1%
  • Other 0.1%