mowblox / emt-marketplace

The goal is to help people become really good at what they do through decentralized mentorship.
https://emt-marketplace.vercel.app
Apache License 2.0
1 stars 3 forks source link

EXPT Metadata Template #30

Open od41 opened 10 months ago

od41 commented 10 months ago

Hi @mickeymond, This is the proposed metadata template for the EXPT NFT token:

cc @Jovells

mickeymond commented 10 months ago

@od41 The price will not be needed in the metadata because it will be tracked in the offer created whenever the ticket goes on sale. So we are left with the JSON metadata below after removing the price property,

{
  "name": "{mentor_name} Expert Ticket",
  "description": "{mentor_preferred_description}",
  "image": "{image_url_uploaded_by_mentor_saved_to_firebase_storage}",
  "expiry": "{selected_date_to_unix_time}",
  "duration": 60
}

cc @Jovells