Last active
March 25, 2025 14:30
-
-
Save ja7ad/c64179dcc564217e344e8e662b66e9a9 to your computer and use it in GitHub Desktop.
sample solana token metadata 001
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": "Foobar Token 001", | |
"symbol": "FBT1", | |
"description": "foobar token 001", | |
"image": "https://raw.githubusercontent.com/PacViewer/alias/refs/heads/main/assets/icon/xeggex.png", | |
"attributes": [], | |
"properties": { | |
"files": [ | |
{ | |
"uri": "https://raw.githubusercontent.com/PacViewer/alias/refs/heads/main/assets/icon/xeggex.png", | |
"type": "image/png" | |
} | |
], | |
"category": "image", | |
"creators": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment