Skip to content

Commit

Permalink
Add Aviary Tech implementation. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever authored Oct 22, 2024
1 parent fddda74 commit a6296d5
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions implementations/AviaryTech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "Aviary Tech",
"implementation": "DI-Wings",
"verifiers": [
{
"id": "did:key:z6MkionEHQNFCUtoJDo8PLnqU7NC4qjFRF6vPzA52rVapqLF",
"endpoint": "https://demo.av1.sh/credentials/verify",
"tags": ["vc2.0", "Ed25519Signature2020", "eddsa-rdfc-2022"],
"supports": {
"vc": ["1.1", "2.0"]
}
}
],
"vpVerifiers": [
{
"id": "did:key:z6MkionEHQNFCUtoJDo8PLnqU7NC4qjFRF6vPzA52rVapqLF",
"endpoint": "https://demo.av1.sh/presentations/verify",
"tags": ["vc2.0", "Ed25519Signature2020", "eddsa-rdfc-2022"],
"supports": {
"vc": ["1.1", "2.0"]
}
}
],
"issuers": [
{
"id": "did:key:z6MkionEHQNFCUtoJDo8PLnqU7NC4qjFRF6vPzA52rVapqLF",
"endpoint": "https://demo.av1.sh/credentials/issue",
"options": {
"type": "Ed25519Signature2020"
},
"tags": ["vc2.0", "Ed25519Signature2020"],
"supports": {
"vc": ["1.1", "2.0"]
}
},
{
"id": "did:key:z6MkionEHQNFCUtoJDo8PLnqU7NC4qjFRF6vPzA52rVapqLF",
"endpoint": "https://demo.av1.sh/credentials/issue",
"options": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-rdfc-2022"
},
"tags": ["vc2.0", "eddsa-rdfc-2022"],
"supports": {
"vc": ["1.1", "2.0"]
}
}
]
}

0 comments on commit a6296d5

Please sign in to comment.