Last active
January 17, 2026 05:00
-
-
Save ssghost/f8245e5e4732bb20aba8f1f890efec97 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": "My Global Avatar", | |
| "symbol": "AVATAR", | |
| "description": "This cNFT features Stardust Kei's global social profile picture.", | |
| "image": "https://gravatar.com/userimage/100300968/570467f280b16e07a342eef7641735fc.jpeg", | |
| "attributes": [ | |
| { "trait_type": "Platform", "value": "Social App" }, | |
| { "trait_type": "Type", "value": "Avatar" } | |
| ], | |
| "properties": { | |
| "files": [ | |
| { "uri": "https://gravatar.com/userimage/100300968/570467f280b16e07a342eef7641735fc.jpeg", "type": "image/png" } | |
| ], | |
| "category": "image" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment