Skip to content

Instantly share code, notes, and snippets.

@asantos00
Last active April 14, 2025 17:31
Show Gist options
  • Save asantos00/6fcd32cce33355cff24f0532a66742f6 to your computer and use it in GitHub Desktop.
Save asantos00/6fcd32cce33355cff24f0532a66742f6 to your computer and use it in GitHub Desktop.
{
"name": "Summer Music Festival 2024",
"symbol": "TICKET",
"description": "VIP Access to Summer Music Festival 2024 with backstage privileges",
"image": "https://arweave.net/xyz123/ticket-image.png",
"external_url": "https://yourplatform.com/events/summer-fest-2024",
"attributes": [
{
"trait_type": "Event",
"value": "Summer Music Festival 2024"
},
{
"trait_type": "Date",
"value": "2024-07-15T18:00:00Z"
},
{
"trait_type": "Venue",
"value": "Central Park Amphitheater"
},
{
"trait_type": "Location",
"value": "New York, NY"
},
{
"trait_type": "Ticket Type",
"value": "VIP"
},
{
"trait_type": "Seat",
"value": "VIP-42"
},
{
"trait_type": "Price",
"value": "250.00 USD"
},
{
"trait_type": "Benefits",
"value": ["Backstage Access", "VIP Lounge", "Meet & Greet"]
},
{
"trait_type": "Status",
"value": "Valid"
}
],
"properties": {
"category": "Ticket",
"files": [
{
"uri": "https://arweave.net/xyz123/ticket-image.png",
"type": "image/png"
},
{
"uri": "https://arweave.net/xyz123/qr-code.png",
"type": "image/png"
}
],
"creators": [
{
"address": "PLATFORM_AUTHORITY_ADDRESS",
"share": 100,
"verified": true
}
],
"ticket_id": "TICKET-2024-001",
"event_id": "EVENT-2024-001",
"venue_id": "VENUE-001",
"platform_id": "PLATFORM-001",
"mint_date": "2024-03-15T12:00:00Z",
"expiry_date": "2024-07-16T00:00:00Z",
"transferable": true,
"resellable": true,
"max_transfers": 3,
"current_transfers": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment