Skip to content

Commit

Permalink
docs: add vc-api supported proof types
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhender committed Sep 14, 2023
1 parent 10095d0 commit 7eb186f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/vc-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@ In particular, there are several endpoints related to exchanges that are outside
| Presenting | Submit Submission Review | No |
| Presenting | Create Presentation from Credentials | No |

#### Supported Proof Types for Proof Generation

The proof types supported during Proof generation (e.g. issuance and presentation) are listed below.
Currently only [Data Integrity (JSON-LD)](https://www.w3.org/TR/vc-data-model/#data-integrity-proofs) proofs are supported.
The "Related DID" is mentioned because the verification method used to generate the proof is selected from the `issuer` property for VCs or `holder` property for VPs.

The following proof types are supported:

| Proof Type | Related DID | Test Status
| --- | --- | ---
| Ed25519Signature2018 | did:key | Covered by automated tests
| EcdsaSecp256k1Signature2019 | did:ethr | Not yet covered by automated tests

### DID Module

The DID Module in the [vc-api](./) offers the generation of DIDs and tracking the data resolvable in their DID documents.
Expand Down

0 comments on commit 7eb186f

Please sign in to comment.