-
Did resolvers can return a number of properties in addition to the `didDocument`. The [Universal Resolver](https://resolver.identity.foundation/) hosted by DIF returns e.g.:
- didDocument
- resolver…
-
Hi Team,
The `did` resolution to `DIDDocument` takes blockchain interaction to execute and sometimes may not be efficient for large number of resolution calls. If the `resolver` could have configur…
-
Reading 7.1, I don't see any requirement that didDocument and didDcoumentStream be semantically equivalent.
Do they have to be? If so, who is responsible for enforcing this? If not, what are the im…
-
Consider:
`did:example:123?q1=1&q2=2#fragment` => did document.
should didDocument.id === `did:example:123?q1=1&q2=2` or `did:example:123` ?
this is particularly concerning for interactions w…
-
- Demo of JS implementation `did:ethr` in https://github.com/gmulhearn/anoncreds-on-ethereum/pull/4 can be a good place to get the feet off the ground
- Prior to this work, we should stabilize `DidDo…
-
**Is your feature request related to a problem? Please describe.**
I'm currently using the web-did-resolver in a custom document loader and it works very well, but i still have to query key fragments…
-
## Problem description
The W3C did-core specification defines that the verification method used to assert the proof of a Verifiable Credential has to be associated with the assertionMethod property i…
-
```
const transformArrays = [
"assertionMethod",
"authentication",
"capabilityDelegation",
"capabilityInvocation"
];
const transformObjects = ["publicKey", "keyAgreement"];
modul…
-
### Description
This is the error:
```
Error subscribing to topic 0.0.34026405 during attempt 0. Waiting 250 ms before next attempt: Topic 0.0.34026405 does not exist
/home/nicola/hdid/node_modu…
-
## What
After providing this dictionary as the `service` parameter to `create_peer_did_numalgo_2()`, the DIDDocument that is returned has an object of type `Service`.
```
service…