Skip to content

Commit

Permalink
Merge pull request #98 from swcurran/main
Browse files Browse the repository at this point in the history
Update link to spec, add editor and implementation link
  • Loading branch information
swcurran authored Sep 3, 2024
2 parents f7565e4 + 4a99fbc commit 1ad6c10
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

The spec repository for did:tdw -- Trust DID Web DID method.

Read the spec: [https://bcgov.github.io/trustdidweb/](https://bcgov.github.io/trustdidweb/)
Read the spec: [https://identity.foundation/trustdidweb](https://identity.foundation/trustdidweb)

Implementations available:
Proof of concept implementations available:

- Typescript: [https://github.com/bcgov/trustdidweb-ts](https://github.com/bcgov/trustdidweb-ts)
- Python: [https://github.com/bcgov/trustdidweb-py](https://github.com/bcgov/trustdidweb-py)
- Go: [https://github.com/nuts-foundation/trustdidweb-go](https://github.com/nuts-foundation/trustdidweb-go)

## Abstract

Expand Down
10 changes: 8 additions & 2 deletions spec/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ Trust DID Web - `did:tdw`
~ [Brian Richter](https://github.com/brianorwhatever)
~ [Michel Sahli](https://github.com/bj-ms)
~ [Martina Kolpondinos](https://github.com/martipos)
~ [Dmitri Zagdulin](https://github.com/dmitrizagidulin)

**Participate:**
~ [GitHub repo](https://github.com/decentralized-identity/trustdidweb)
~ [File a bug](https://github.com/decentralized-identity/trustdidweb/issues)
~ [Commit history](https://github.com/decentralized-identity/trustdidweb/commits/main)

**Implementations:**
~ [TypeScript](https://github.com/bcgov/trustdidweb-ts)
~ [Python](https://github.com/bcgov/trustdidweb-py)
~ [TypeScript]
~ [Python]
~ [Go]

[TypeScript]: https://github.com/bcgov/trustdidweb-ts
[Python]: https://github.com/bcgov/trustdidweb-py
[Go]: https://github.com/nuts-foundation/trustdidweb-go

------------------------------------
5 changes: 3 additions & 2 deletions spec/implementors_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Proof of concept implementations of `did:tdw` software for [[ref: DID Controllers]] and resolvers can be found here:

- Typescript: [https://github.com/bcgov/trustdidweb-ts](https://github.com/bcgov/trustdidweb-ts)
- Python: [https://github.com/bcgov/trustdidweb-py](https://github.com/bcgov/trustdidweb-py)
- [Typescript]
- [Python]
- [Go]

Both currently (as of 2024.04.11) support all of the features of the core `did:tdw` including [[ref: Key Pre-Rotation]]. Not yet supported is the the concept of [[ref: witnesses]].

Expand Down
2 changes: 1 addition & 1 deletion spec/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ proof of concept implementations. The specification/implementation interplay
helped immensely in defining a practical, intuitive, straightforward, DID
method. The existing proof of concept implementations of the `did:tdw` DID
Method are listed in the [Implementors Guide](#Implementations). The current
Typescript and Python implementations are each around 1500 lines of code.
implementations range from around 1500 to 2000 lines of code.

### The `/whois` Use Case

Expand Down

0 comments on commit 1ad6c10

Please sign in to comment.