Commit 0a2159981e51aa2801cd12c60af8d5dac9a253ee
Link to did:tz
Charles E. Lehner committed on 3/6/2021, 9:36:43 PMParent: 21cf63b48e3c7f02ebf1d146de15aabd704929cd
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -18,9 +18,9 @@ | |||
18 | 18 … | ## Built-in supported [DID methods][] | |
19 | 19 … | ||
20 | 20 … | - [did:key][] | |
21 | 21 … | - [did:web][] | |
22 | -- `did:tz` | ||
22 … | +- [did:tz][] | ||
23 | 23 … | ||
24 | 24 … | ## Fallback resolver for additional DID methods | |
25 | 25 … | ||
26 | 26 … | Set environmental variable `DID_RESOLVER` to a URL for a [DID Resolver HTTP(S) endpoint][did-http] - e.g. to an instance of [Universal Resolver][]. | |
@@ -44,7 +44,8 @@ | |||
44 | 44 … | [DIDKit]: https://github.com/spruceid/didkit | |
45 | 45 … | [`ssi`]: https://github.com/spruceid/ssi | |
46 | 46 … | [did:key]: https://w3c-ccg.github.io/did-method-key/ | |
47 | 47 … | [did:web]: https://w3c-ccg.github.io/did-method-web/ | |
48 … | +[did:tz]: https://github.com/spruceid/did-tezos/ | ||
48 | 49 … | [did-http]: https://w3c-ccg.github.io/did-resolution/#bindings-https | |
49 | 50 … | [DID methods]: https://w3c.github.io/did-core/#methods | |
50 | 51 … | [Universal Resolver]: https://github.com/decentralized-identity/universal-registrar/ |
Built with git-ssb-web