The did:dht
method. Home to the DID DHT Method Specification, and a reference implementation of a server
in Go.
From the impl
directory run:
docker build . -t did-dht -f build/Dockerfile
and then
docker run -p8305:8305 did-dht
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 |
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 |