Skip to content

Instantly share code, notes, and snippets.

@fragosti
Created May 11, 2021 02:00
Show Gist options
  • Save fragosti/1a46856b27c67896810b4109202f11eb to your computer and use it in GitHub Desktop.
Save fragosti/1a46856b27c67896810b4109202f11eb to your computer and use it in GitHub Desktop.
ERC1155 Metadata Example
{
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