Created
April 17, 2023 10:55
-
-
Save luatnd/d28dd8d54122445fbe0d164ef9d31a7b to your computer and use it in GitHub Desktop.
Example solana token
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": "Luat Dev", | |
"symbol": "LUAT", | |
"description": "Just a non-prod ready token", | |
"image": "https://avatars.githubusercontent.com/u/1859127?v=4", | |
"external_url": "https://luatnd.github.io/aframe-react-demo/", | |
"attributes": [ | |
{ | |
"trait_type": "Speed", | |
"value": "Rapid" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment