Ashish Tripathi
Ashish Tripathi
Hi Team, I am a software developer from [Energy Web](https://www.energyweb.org) and have couple of queries regarding `EthereumDIDRegistry` contract. The current deployed `EthereumDIDRegistry` doesn't have sig nonce changes ([PR](https://github.com/uport-project/ethr-did-registry/pull/12)). Is there...
Hey Team, We have requirement for verification of credential revocation with `StatusList2021`. I observed that it is part of the SSI [module](https://github.com/spruceid/ssi/blob/0ea45bf0e0f6eeb0df5314af4dea566333ded782/src/revocation.rs#L465) but has not been added to the `DIDKit`...
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 configurations...
Hi Team, I'm currently exploring `didkit` for our projects with context to verifiable credential and presentation. The current implementation of `verifyCredential` in `web` or `node` module doesn't have `resolver_options` while...