Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXPT Metadata Template #30

Open
od41 opened this issue Nov 28, 2023 · 1 comment
Open

EXPT Metadata Template #30

od41 opened this issue Nov 28, 2023 · 1 comment

Comments

@od41
Copy link
Contributor

od41 commented Nov 28, 2023

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

  • name: string
  • description: string
  • image: string
  • expiry: integer // probably a date in micro seconds
  • price: integer // in usd
  • duration: 30 minutes // default value or 60 minutes

cc @Jovells

@mickeymond
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants