TimeTokens NFT Project

Conceptualized an NFT project to tokenize the most valuable asset in the world: time.

Still working on it with Apoorv and Arth. Here are some technical details:

Time Intervals

Future Splits

File Storage

Novel Technical Feature

Centralization Problems

OpenSea and Polygon API Problem

Auction Logic

semaphore = 20 #Auctions that dont have a bid on them yet
if (no_active_auctions_with_no_bids(wallet_id))) and (has_transaction_history(wallet_id)):
  allowCreatingAuction()
else:
  if semaphore > 0:
      semaphore -=1
      allowCreatingAuction()

  else:  
    "Please wait"

If you have any ideas, suggestions, feedback, just reach out.