From ad8219908124f97bb0a5c25b928ddb9fffc0b353 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Fri, 24 Nov 2023 17:20:38 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 70d76454..84820b50 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # did-dht-method -The `did:dht` method. Home to the [DID DHT Method Specification](./spec.md), and a reference implementation of a server -in Go. +The `did:dht` method. Home to the [DID DHT Method Specification](https://did-dht.com), and a reference implementation of a +gateway server in Go. ## Build & Run -From the `impl` directory run: +To build and run the gateway server, from the `impl` directory run: ``` docker build . -t did-dht -f build/Dockerfile @@ -23,8 +23,9 @@ docker run -p8305:8305 did-dht | ---------- | ------ | ------ | ---- | | Go | Yes | Yes | [did-dht-go](./impl) | | Typescript | Yes | No | [did-dht-ts](https://github.com/TBD54566975/web5-js/blob/main/packages/dids/src/did-dht.ts) | -| Kotlin | Yes | No | Coming soon | -| Swift | Yes | No | Coming soon | +| Kotlin | Yes | No | [did-dht-kotlin](https://github.com/TBD54566975/web5-kt/tree/main/dids/src/main/kotlin/web5/sdk/dids/methods/dht) | +| Swift | Yes | No | Coming soon! | +| Rust | Yes | No | Coming soon! | ## Project Resources