Skip to content

Instantly share code, notes, and snippets.

@murki
Last active March 11, 2022 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murki/dd6ca2a00266857210687e51e6942aa9 to your computer and use it in GitHub Desktop.
Save murki/dd6ca2a00266857210687e51e6942aa9 to your computer and use it in GitHub Desktop.
metamask test
{
"name": "murki X NFT",
"symbol": "MRK",
"description": "murki.eth avatar NFT",
"seller_fee_basis_points": 1000,
"image": "https://avatars.githubusercontent.com/u/216735",
"external_url": "https://twitter.com/murki_eth",
"attributes": [
{
"trait_type": "Background",
"value": "Fire"
},
{
"trait_type": "Accessories",
"value": "Sunglasses"
}
],
"properties": {
"files": [
{
"uri": "https://avatars.githubusercontent.com/u/216735",
"type": "image/png"
}
],
"category": "image",
"creators": [
{
"address": "13MU2YZqtdH5LVgKDCkiEv3yBC2JyxoHgvDGzrpPTo7o",
"share": 100
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment