Skip to content

Commit

Permalink
Add aca-py plugin implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis committed Jul 11, 2024
1 parent 521de43 commit 85d5192
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions implementations/OpSecId.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Open Security and Identity",
"implementation": "Aca-py Plugin",
"verifiers": [{
"id": "https://vc.opsec.id",
"endpoint": "https://vc.opsec.id/credentials/verify",
"tags": ["Ed25519Signature2020", "vc2.0"],
"supports": {
"vc": ["1.1", "2.0"]
}
}],
"issuers": [{
"id": "did:key:z6MksCeXh9Jwp4ZTEb5Kei7sJpBLpUyS3oaAib8wbtJQqsQu",
"endpoint": "https://vc.opsec.id/credentials/issue",
"tags": ["Ed25519Signature2020", "vc2.0"],
"supports": {
"vc": ["1.1", "2.0"]
}
}]
}

0 comments on commit 85d5192

Please sign in to comment.