From ce5226e82a4506aa7690746a5638879bba388cf1 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:25:42 -0400 Subject: [PATCH] Create ACA-Py.json (#106) --- implementations/ACA-Py.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 implementations/ACA-Py.json diff --git a/implementations/ACA-Py.json b/implementations/ACA-Py.json new file mode 100644 index 0000000..f9fccb2 --- /dev/null +++ b/implementations/ACA-Py.json @@ -0,0 +1,18 @@ +{ + "name": "ACA-py", + "implementation": "ACA-Py", + "verifiers": [ + { + "id": "https://aca-py.test-suite.app", + "endpoint": "https://aca-py.test-suite.app/vc/credentials/verify", + "tags": ["vc-api"] + } + ], + "issuers": [ + { + "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", + "endpoint": "https://aca-py.test-suite.app/vc/credentials/issue", + "tags": ["vc-api"] + } + ] +}