Skip to content

Commit

Permalink
Add Kataru.json to implementations (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Sonoko Mizuki <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
MizukiSonoko and TallTed authored Oct 31, 2024
1 parent 104a5db commit 34e6e3b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions implementations/Kataru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Kataru Content VC",
"implementation": "Kataru VC API for content management",
"issuers": [{
"id": "did:key:z2dmzD81cgPx8Vki7JbuuMmFYrWPgYoytykUZ3eyqht1j9KbpLd5o7JwwW7YsEYzeZ2weQANbWfstbTBYb46E9B5eFzk1zDiJNAtxZ24NDJiSyzHnMZ7zi85to5iUDDtLPz1X1oSKnTpD66nsHHE9UNQsHDemntP98XdesfSubtL3neKpx",
"endpoint": "https://vc.kataru.io/credentials/issue",
"supports": {
"vc": ["2.0"]
},
"tags": ["vc2.0"]
}],
"verifiers": [{
"id": "https://vc.kataru.io",
"endpoint": "https://vc.kataru.io/credentials/verify",
"supports": {
"vc": ["2.0"]
},
"tags": ["vc2.0"]
}],
"vpVerifiers": [{
"id": "https://vc.kataru.io",
"endpoint": "https://vc.kataru.io/presentations/verify",
"supports": {
"vc": ["2.0"]
},
"tags": ["vc2.0"]
}]
}

0 comments on commit 34e6e3b

Please sign in to comment.