-
I finalize the sketch of cpu structure in this issue, just hoping you get some help from it while doing projects 2&3 in your busy schedule with preparing exams. (So, It would be nice to keep this issu…
-
This spec should include guidelines or pointers to information on which DID methods a DID resolver should support, or how the list of supported DID methods can be customized or changed dynamically.
…
-
Hello!
I would like to explore the possibility of enhancing the Security Document Loader to support additional use cases.
I understand that in the Learner Credential Wallet, `did:key` is current…
-
Reference: https://w3c-ccg.github.io/did-resolution/#introduction
It is important to clarify this early to focus the discussions and maintain the appropriate level of precision and accuracy.
I b…
-
I ran into some issues while installing node packages, after several repeated tries, I discovered that it usually stops while installing `rchain-did-resolver`.
ERROR:
Its throws an `npm ERR! git d…
-
**Describe the bug**
*A clear and concise description of what the bug is.*
```
❯ curl -X PUT localhost:8080/v1/schemas -d '{
"name": "Person Credential",
"schema": {
"$schema": "http…
-
Hello @pelle, @mirceanis.. Your repositories [did-resolver](https://github.com/decentralized-identity/did-resolver), [ethr-did-resolver](https://github.com/decentralized-identity/did-resolver), [web-d…
-
The use of `latest` tags in universal-resolver has been one of the causes of excessive downtime in DIF's universal resolver (given its current setup). While universal resolver is not currently intende…
-
During the [25th July 2024 DID WG call](https://lists.w3.org/Archives/Public/public-did-wg/2024Jul/0033.html), I mentioned "DID Resolution and DID URL Dereferencing Algorithms" as one of four major to…
-
```
const response = await fetch(`${UNIVERSAL_RESOLVER_URL}/${didUrl}`);
```
Seems to be the only way to get a DID document atm, it would be great to have a native way of resolving a polygon DID …