/did-dht-method

the did:dht method

Primary LanguageGoApache License 2.0Apache-2.0

did-dht-method

The did:dht method. Home to the DID DHT Method Specification, and a reference implementation of a server in Go.

Build & Run

From the impl directory run:

docker build . -t did-dht -f build/Dockerfile

and then

docker run -p8305:8305 did-dht

Implementations

Language Client Server Link
Go Yes Yes did-dht-go
Typescript Yes No did-dht-ts
Kotlin Yes No Coming soon
Swift Yes No Coming soon

Project Resources

Resource Description
Specification The DID Method specification
CODEOWNERS Outlines the project lead(s)
CODE_OF_CONDUCT.md Expected behavior for project contributors, promoting a welcoming environment
CONTRIBUTING.md Developer guide to build, test, run, access CI, chat, discuss, file issues
GOVERNANCE.md Project governance
LICENSE Apache License, Version 2.0