Skip to content

ERC721 tokens auction marketplace smartcontract. Sellers can list tokens by providing token contract address and tokenId. Built with Solidity, for Ethereum.

License

Notifications You must be signed in to change notification settings

Aishat-Akinyemi/PrimeAuction-Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PrimeAuction-Marketplace

ERC721 tokens auction marketplace

PrimeAuctionMarket is a marketplace to auction your ERC721 tokens.

  • You can auction an nft you own by providing the nft address, the tokenId, the startamount, and the auctionEndDate (between 1-60 days).
  • At the end of the duration of the auction, either the highestBidder or the seller can end the auction.
  • If anyBid was placed for your nft, ending the auction deposits the nft into the buyer's account, and the price into the seller's account, otherwise no bids means token - transferred back to the seller.

About

ERC721 tokens auction marketplace smartcontract. Sellers can list tokens by providing token contract address and tokenId. Built with Solidity, for Ethereum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published