-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kataru.json to implementations (#75)
Signed-off-by: Sonoko Mizuki <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
- Loading branch information
1 parent
104a5db
commit 34e6e3b
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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"] | ||
}] | ||
} |