Skip to content

Commit 4fb6d6b

Browse files
committed
feat(example): add proof-of-participation example
1 parent 187b7bf commit 4fb6d6b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"@context": [
3+
"https://www.w3.org/2018/credentials/v1",
4+
"https://w3id.org/axone/ontology/v$major/schema/credential/proof-of-participation/",
5+
"https://schema.org"
6+
],
7+
"type": [
8+
"VerifiableCredential",
9+
"ProofOfParticipationCredential"
10+
],
11+
"id": "https://credentials.axone.xyz/proof-of-participation/katai/42",
12+
"credentialSubject": {
13+
"id": "urn:addr:axone1y6wwdp0gmgnj6hf0jt0r67axhw0fp5dsq37ccv",
14+
"participatedIn": {
15+
"id": "https://play.katai.axone.xyz/sprints/c5295c01-8381-4747-b7be-c7b12dc3b918",
16+
"name": "KatAI | Community-Driven Kat Art, AI & Rewards",
17+
"startDate": "2025-01-08T17:00:00.000Z",
18+
"endDate": "2025-01-29T16:59:59.000Z"
19+
}
20+
},
21+
"issuanceDate": "2025-01-11T19:14:24.344904+01:00",
22+
"issuer": {
23+
"id": "did:key:zQ3shs7auhJSmVJpiUbQWco6bxxEhSqWnVEPvaBHBRvBKw6Q3",
24+
"name": "Axone"
25+
}
26+
}

0 commit comments

Comments
 (0)