Last active
February 21, 2022 03:35
-
-
Save minh-git/93f6a735c5d9f68b9f28f0efda63b220 to your computer and use it in GitHub Desktop.
This file contains hidden or 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":"MINH NFT #1234", | |
"symbol":"MNFT", | |
"description":"tests the shit out of everything", | |
"seller_fee_basis_points":500, | |
"image":"http://2.bp.blogspot.com/-oalxMkvJYVo/UdEYWjMb8JI/AAAAAAAAG9U/ffFgavPfVe0/s700/CrashBandicootBabyT2a.jpg", | |
"external_url":"nftarmory.me", | |
"edition":"2021", | |
"attributes":[ | |
{ | |
"trait_type":"hair", | |
"value":"blue" | |
}, | |
{ | |
"trait_type":"background", | |
"value":"green" | |
}, | |
{ | |
"display_type":"number", | |
"trait_type":"generation", | |
"value":1 | |
}, | |
{ | |
"display_type":"number", | |
"trait_type":" sequence", | |
"value":1234 | |
} | |
], | |
"properties":{ | |
"category":"image", | |
"files":[ | |
{ | |
"uri":"https://ipfs.io/ipfs/QmcSdKMcJmkbY4J7EkNTUDbEPa6Tj2QM7tDZFATghXAU9k", | |
"type":"image/png" | |
} | |
], | |
"creators":[ | |
{ | |
"address":"HDUhoAFwJdQ3iL9WZ4xv58XmTAfJysmcf4p95fEH7fs7", | |
"share":100 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment