Skip to content

Instantly share code, notes, and snippets.

@ja7ad
Last active March 25, 2025 14:30
Show Gist options
  • Save ja7ad/c64179dcc564217e344e8e662b66e9a9 to your computer and use it in GitHub Desktop.
Save ja7ad/c64179dcc564217e344e8e662b66e9a9 to your computer and use it in GitHub Desktop.
sample solana token metadata 001
{
"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