Skip to content

Commit

Permalink
Updates and fixes to DID module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
regiseloi-idlab committed Sep 5, 2024
1 parent b29c517 commit 3b1e453
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/w3c_did/did_how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ To get started, enter the URL representing a DID, and click on **Resolve DID**.
Here are a few to get you started!

>`did:cheqd:testnet:55dbc8bf-fba3-4117-855c-1e0dc1d3bb47`
> `did:ebsi:zkC6cUFUs3FiRp2xedNwih2`
> `did:indy:indicio:demo:KKyAeG7woJMV6MhhAREVKp`
>`did:ebsi:zkC6cUFUs3FiRp2xedNwih2`
>`did:indy:indicio:demo:KKyAeG7woJMV6MhhAREVKp`
5 changes: 3 additions & 2 deletions docs/w3c_did/did_results.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ sidebar_position: 4

| Error code | Description | What it might mean |
| ---------- | ----------- | ------------------ |
| xxx | _DID method not supported_ | DTT is not currently configured to have access to a driver for this DID method, or a driver hasn’t been implemented yet. |
| xxx | _Another error_ | This is what this one might mean |
| 400 | _DID Syntax Invalid: DID must start with [did:]_ | Check your input and the provided examples to ensure it's a DID. |
| 404 | _DID or DID URL not found_ | For did:web specifically, this usually suggests that the `/.well-known/did.json` file is not available. |
| 501 | _DID method not supported_ | DTT is not currently configured to have access to a driver for this DID method, or a driver hasn’t been implemented yet. |

## How to save and share your test results {#how-to-save-and-share-your-test-results}

Expand Down
4 changes: 2 additions & 2 deletions docs/w3c_did/did_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Here are some of the DID methods most actively used and discussed by the communi
| did:indy | [https://github.com/hyperledger/indy-did-method](https://github.com/hyperledger/indy-did-method) | |
| did:key | [https://w3c-ccg.github.io/did-method-key](https://w3c-ccg.github.io/did-method-key) | The did:key Method v0.7 |
| did:peer | [https://identity.foundation/peer-did-method-spec](https://identity.foundation/peer-did-method-spec) | Peer DID Method Specification |
| did:tdw | [https://bcgov.github.io/trustdidweb](https://bcgov.github.io/trustdidweb) | Trust DID Web - The did:tdw DID Method |
| did:tdw | [https://identity.foundation/trustdidweb/](https://identity.foundation/trustdidweb/) | Trust DID Web - The did:tdw DID Method |
| did:web | [https://w3c-ccg.github.io/did-method-web](https://w3c-ccg.github.io/did-method-web) | Unofficial draft authored by the [W3C Credentials Community Group](https://www.w3.org/community/credentials/). |
| did:x509 | [ttps://github.com/microsoft/did-x509](ttps://github.com/microsoft/did-x509) | DRAFT: did:x509 Decentralized Identifier Method Specification |
| did:x509 | [https://github.com/microsoft/did-x509](https://github.com/microsoft/did-x509) | DRAFT: did:x509 Decentralized Identifier Method Specification |

0 comments on commit 3b1e453

Please sign in to comment.