Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meshjs.jsonld #404

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 29 additions & 4 deletions apps/playground/public/governance/meshjs.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,28 @@
}
}
},
"comment": "CIP100:comment",
"externalUpdates": {
"@id": "CIP100:externalUpdates",
"@context": {
"title": "CIP100:update-title",
"uri": "CIP100:update-uri"
}
},
"paymentAddress": "CIP119:paymentAddress",
"givenName": "CIP119:givenName",
"image": "CIP119:image",
"image": {
"@id": "CIP119:image",
"@context": {
"ImageObject": "https://schema.org/ImageObject"
}
},
"objectives": "CIP119:objectives",
"motivations": "CIP119:motivations",
"qualifications": "CIP119:qualifications",
"title": "CIP108:title",
"abstract": "CIP108:abstract",
"rationale": "CIP108:rationale",
"doNotList": "CIP119:doNotList"
}
},
Expand All @@ -50,14 +66,18 @@
}
}
},
"authors": [],
"hashAlgorithm": "blake2b-256",
"body": {
"title": "MeshJS",
"givenName": "MeshJS",
"motivations": "We're motivated by our deep belief in decentralized governance and our hands-on experience with MeshJS. We've seen firsthand how accessible tools can drive innovation, and we want to make sure developers' needs and voices are at the forefront of Cardano's evolution.",
"objectives": "We champion governance decisions that support open-source development and empower Cardano's developer community. We aim to make it easier for developers to innovate and contribute to the ecosystem.",
"paymentAddress": "addr1qyjtjxjkhskglfefwe9kanvk7wczft0q6ngyhyh9es0km27q3upff6k44dawpnj5w8w5suq8jxff0w54yv90yte9u46st87vk3",
"qualifications": "Our experience in blockchain tooling and commitment to open-source principles make us well-equipped to represent developers in Cardano's decision-making processes.",
"qualifications": "Experience in blockchain tooling and commitment to open-source principles make us well-equipped to represent developers in Cardano's decision-making processes.",
"image": {
"@type": "ImageObject",
"contentUrl": "https://meshjs.dev/logo-mesh/mesh.png"
},
"references": [
{
"@type": "Other",
Expand All @@ -75,5 +95,10 @@
"uri": "https://github.com/MeshJS"
}
]
}
},
"authors": [
{
"name": "MeshJS"
}
]
}