Created
June 18, 2025 15:45
-
-
Save christroutner/d7a9b8875925ea656f512f6ba4d0084d to your computer and use it in GitHub Desktop.
SLP token data template
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
{ | |
"schema": "ps007-v1.0.3", | |
"schemaDocs": "https://github.com/Permissionless-Software-Foundation/specifications/blob/master/ps007-token-data-schema.md", | |
"dateCreated": "2024-09-19T00:00:00.000Z", | |
"userData": {}, | |
"jsonLd": {}, | |
"issuer": "Chris Troutner", | |
"issuerUrl": "https://psfoundation.info", | |
"license": "MIT", | |
"about": "This is a discription of the token", | |
"mutableData": { | |
"mda": "bitcoincash:qq745gwqdsfuzylc8wt4hrleavztw27wks68ar6k08", | |
"mdaInitTx": "5a7dffc7d2e75f0c91047c307aa70c6c6360f8af88098eaa797588aac3c00494", | |
"mdaFirstRecord": "bafkreihe2qez7alnlk3os4mjdqq73oksetblsuxoe7xckiigpwp4buont4" | |
} | |
} |
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
{ | |
"schema": "ps007-v1.0.3", | |
"schemaDocs": "https://github.com/Permissionless-Software-Foundation/specifications/blob/master/ps007-token-data-schema.md", | |
"tokenIcon": "https://pin.fullstack.cash/ipfs/view/bafkreidaatub2cgsf45ythhbrdjmg2tuduqkr24zangikpj6g2tp5uqfdm", | |
"fullSizedUrl": "https://pin.fullstack.cash/ipfs/view/bafkreidaatub2cgsf45ythhbrdjmg2tuduqkr24zangikpj6g2tp5uqfdm", | |
"nsfw": false, | |
"userData": {}, | |
"jsonLd": {}, | |
"about": "This is a test token", | |
"category": "image", | |
"tags": ["Test"], | |
"mediaType": "image", | |
"currentOwner": { | |
"owners": [ | |
{ | |
"name": "Chris Troutner 02-23-2025", | |
"bchAddr": "bitcoincash:qrdwympyf53gmazutytu48qvk56gz0pnhvwhg6yrgh", | |
"contactEmail": "[email protected]" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment