Skip to content

Commit

Permalink
New implementation for the ACA-Py project (#59)
Browse files Browse the repository at this point in the history
* Create aca-py.json

Implementation file for the aca-py open source project hosted at the OWF

* Update and rename aca-py.json to ACA-Py.json
  • Loading branch information
PatStLouis authored Sep 20, 2024
1 parent d887d0c commit 2d5ff91
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions implementations/ACA-Py.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"name": "ACA-py",
"implementation": "ACA-Py",
"verifiers": [
{
"id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr",
"endpoint": "https://aca-py.test-suite.app/vc/credentials/verify",
"tags": ["vc2.0", "BitstringStatusList", "Ed25519Signature2020", "eddsa-jcs-2022", "eddsa-rdfc-2022"],
"supports": {
"vc": ["1.1","2.0"]
}
}
],
"vpVerifiers": [
{
"id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr",
"endpoint": "https://aca-py.test-suite.app/vc/presentations/verify",
"tags": ["vc2.0", "BitstringStatusList", "Ed25519Signature2020", "eddsa-jcs-2022", "eddsa-rdfc-2022"],
"supports": {
"vc": ["1.1","2.0"]
}
}
],
"issuers": [
{
"id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr",
"endpoint": "https://aca-py.test-suite.app/vc/credentials/issue",
"options": {
"type": "Ed25519Signature2020",
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "suspension"
}
},
"tags": ["vc2.0", "Ed25519Signature2020", "BitstringStatusList"],
"supports": {
"vc": ["1.1","2.0"]
}
},
{
"id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr",
"endpoint": "https://aca-py.test-suite.app/vc/credentials/issue",
"options": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-rdfc-2022",
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "suspension"
}
},
"tags": ["vc2.0","eddsa-rdfc-2022", "BitstringStatusList"],
"supports": {
"vc": ["1.1","2.0"]
}
},
{
"id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr",
"endpoint": "https://aca-py.test-suite.app/vc/credentials/issue",
"options": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-jcs-2022",
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "suspension"
}
},
"tags": ["vc2.0","eddsa-jcs-2022", "BitstringStatusList"],
"supports": {
"vc": ["1.1","2.0"]
}
}
]
}

0 comments on commit 2d5ff91

Please sign in to comment.