Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DIDKit driver and did:tz #222

Closed
wants to merge 1 commit into from
Closed

Add DIDKit driver and did:tz #222

wants to merge 1 commit into from

Conversation

clehner
Copy link
Contributor

@clehner clehner commented Jul 9, 2021

Add driver using DIDKit from GitHub Container Registry.

DIDKit's HTTP server includes support for several DID methods. The main one added here to the Universal Resolver's table of supported DID methods is did:tz (Tezos DID Method).

Also update the config to use DIDKit to resolve did:key prefixes zQ3s (secp256k1) and zDna (compressed P-256), since the Universal Resolver's did:key driver only supports Ed25519 (z6Mk),

DIDKit did:web test DIDs are also listed in the config, although the config is not set to use DIDKit for did:web.

Close spruceid/didkit#138

- Add support for did:tz, did:key:zQ3s and did:key:zDna
- Use existing did:key driver for did:key:z6Mk.
@BernhardFuchs
Copy link
Member

The driver works but I had to make changes to the build pipeline. That's why it gets merged with this PR #224

@clehner clehner deleted the feat/didkit branch July 12, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Universal Resolver driver
2 participants