Skip to content

Instantly share code, notes, and snippets.

@danielmain
Created November 16, 2023 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmain/ec042d456ed92c5bdeee9423693ca191 to your computer and use it in GitHub Desktop.
Save danielmain/ec042d456ed92c5bdeee9423693ca191 to your computer and use it in GitHub Desktop.
cip72-offchain-samle
{
"version": "1.0.0",
"subject": "abcdef1234567890",
"projectName": "My dApp",
"link": "https://www.exampledapp.com",
"companyName": "Amazing dApp Inc.",
"companyEmail": "contact@myamazingdapp.com",
"companyWebsite": "https://www.myamazingdapp.com",
"logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAA...",
"categories": ["DeFi", "Games"],
"screenshots": [
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD...",
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD..."
],
"social": [
{
"name": "GitHub",
"link": "https://github.com/exampledapp"
},
{
"name": "Twitter",
"link": "https://twitter.com/exampledapp"
}
],
"description": {
"short": "This is a short description of the dApp, giving an overview of its features and capabilities."
},
"releases": [
{
"releaseNumber": "1.0.0",
"releaseName": "Initial Release",
"securityVulnerability": false,
"comment": "First major release with all core features.",
"scripts": [
{
"id": "script1",
"version": 1
}
]
}
],
"scripts": [
{
"id": "script1",
"name": "Example Script",
"purposes": ["SPEND", "MINT"],
"type": "PLUTUS",
"versions": [
{
"version": "1.0.0",
"plutusVersion": 1,
"scriptHash": "abc123"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment