Skip to content

Commit

Permalink
docs: add vc-api supported did methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhender committed Sep 14, 2023
1 parent d5d246c commit 10095d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/vc-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ In particular, there are several endpoints related to exchanges that are outside

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

#### Supported DID Methods

The table below shows which DID methods are available.

| DID Method | Notes
| --- | ---
| key | Only Ed25519 (with `Ed25519VerificationKey2018` verification method)
| ethr | Only implicit DID resolution. No chain data resolution supported

### Key Module
The key module is kept separate from the DID module because it's plausible that key module will be provided by a different service (i.e. a dedicated KMS) at some point.

Expand Down

0 comments on commit 10095d0

Please sign in to comment.