universal-resolver icon indicating copy to clipboard operation
universal-resolver copied to clipboard

did:elem example did not working

Open BernhardFuchs opened this issue 2 years ago • 3 comments

@OR13 When we resolve the example did did:elem:EiAS3mqC4OLMKOwcz3ItIL7XfWduPT7q3Fa4vHgiCfSG2A then following error is thrown:

[internalError] Driver cannot retrieve result for did:elem:EiAS3mqC4OLMKOwcz3ItIL7XfWduPT7q3Fa4vHgiCfSG2A: 429 Too Many Requests (Error: could not handle the request )

The drivers repo is archived and therefore issues can't be created. This is breaching the rules for driver development which says that contact information must be provided.

BernhardFuchs avatar Feb 12 '22 10:02 BernhardFuchs

@BernhardFuchs thanks for reporting this, the endpoint referenced is no longer maintained due to sidetree version changes, I will have some folks on our end update the endpoint.

The readme for the archived driver states that work is continuing here: https://github.com/transmute-industries/sidetree.js

We need to update the URL.

OR13 avatar Feb 14 '22 13:02 OR13

Cross linking: https://github.com/transmute-industries/sidetree.js/issues/210

BenjaminMoe avatar Feb 14 '22 13:02 BenjaminMoe

I think this should be addressed with this PR: https://github.com/decentralized-identity/universal-resolver/pull/287. We updated did-elem with our Sidetree.js v1 spec update, using the ropsten testnet.

The example was updated to did:elem:ropsten:EiCtwD11AV9e1oISQRHnMJsBC3OBdYDmx8xeKeASrKaw6A. You should be able to make and resolve did's using this node: https://ropsten.element.transmute.industries/. More information is provided in the Github repository: https://github.com/transmute-industries/sidetree.js/tree/main/packages/did-method-element.

BenjaminMoe avatar Feb 15 '22 13:02 BenjaminMoe