From 4beb6af356764a499f342e59d3667cfe37e64a51 Mon Sep 17 00:00:00 2001 From: Tweeddalex <79993234+Tweeddalex@users.noreply.github.com> Date: Wed, 25 May 2022 02:54:57 +0100 Subject: [PATCH] Updated readme --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 143b8e94..75d545d4 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,43 @@ cheqd DID resovler offers multiple implementations for resolving cheqd DIDs, acc This resolver aims to make it easy for third parties to resolve cheqd DIDs, using either a full DID resolver, a proxy DID resolver or through the [Universal Resolver](https://dev.uniresolver.io/). +## Example DIDs +``` + did:cheqd:mainnet:1g7d92hf83h67fh6 + did:cheqd:testnet:1g7d92hf83h67fh6 +``` + ## 🧑‍💻🛠 Developer Guide -### Full DID Resolver +## Full DID Resolver + +Todo + +## Proxy DID Resolver Todo +## Universal Resolver + +The Universal Resolver wraps an API around a number of co-located Docker containers running DID-method-specific drivers. -### Proxy DID Resolver +### Build and Run (Docker) Todo -### Universal Resolver +### Driver Environment Variables + +The driver recognizes the following environment variables: Todo +### Driver Metadata + +The driver returns the following metadata in addition to a DID document: + +Todo + + ## 🙋 Find us elsewhere [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/cheqd) [![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](http://cheqd.link/discord-github) [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/intent/follow?screen_name=cheqd_io) [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](http://cheqd.link/linkedin) [![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](http://cheqd.link/join-cheqd-slack) [![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://blog.cheqd.io) [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCBUGvvH6t3BAYo5u41hJPzw/)