Last active
April 28, 2022 15:49
-
-
Save nbarraille/5e69cb4f29e986d46fe3b9a00f70727c to your computer and use it in GitHub Desktop.
Cohort Sample OpenSea Metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Amazeball's Collection!", | |
"description": "OpenSea Creatures are adorable aquatic beings primarily for demonstrating what can be done using the OpenSea platform. Adopt one today to try out all the OpenSea buying, selling, and bidding feature set.", | |
"image": "https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fstatic.onecms.io%2Fwp-content%2Fuploads%2Fsites%2F47%2F2020%2F06%2F26%2Ftiny-white-kitten-873941684-2000.jpg", | |
"external_link": "https://www.efounders.com", | |
"banner_image_url": "https://preview.redd.it/o6cwlzg3exk41.png?auto=webp&s=eaad71f0c76522a309978bbd65b1a06902e56970", | |
"slug": "the-amazeball-collection-by-rick" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Hello World", | |
"description": "Blabla", | |
"image": "https://firebasestorage.googleapis.com/v0/b/cohort-dev-347206.appspot.com/o/19d28330-fada-4ffe-beef-c5579bc4ce51.jpg?alt=media", | |
"external_url": "https://www.efounders.com", | |
"background_color": "34568B", | |
"attributes": [ | |
{ | |
"trait_type": "Perk", | |
"value": "Access to private Discord Channel" | |
}, | |
{ | |
"trait_type": "Perk", | |
"value": "Exclusive video" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment