Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeddalex committed May 25, 2022
1 parent 2d5b2d5 commit 4beb6af
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 4beb6af

Please sign in to comment.