Created
May 11, 2021 02:00
-
-
Save fragosti/1a46856b27c67896810b4109202f11eb to your computer and use it in GitHub Desktop.
ERC1155 Metadata Example
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: "Coat", | |
symbol: "CC", | |
description: "", | |
external_url: "", | |
image: "https://gukaixixvhoplkbwfxpuawxnbhdja3qkpsalcfpxg5ctcdaiw63a.arweave.net/NRQEXRep3PWoNi3fQFrtCcaQbgp8gLEV9zdFMQwIt7Y/01.the-trenchcoat.jpg", | |
"properties": { | |
"maxSupply": 10, | |
"royalty": 10, | |
"files": [ | |
"01.the-trenchcoat.jpg" | |
], | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment