decentralized-identity / universal-resolver

Universal Resolver implementation and drivers.
https://uniresolver.io/
Apache License 2.0
555 stars 246 forks source link

did:elem example did not working #283

Open BernhardFuchs opened 2 years ago

BernhardFuchs commented 2 years ago

@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.

OR13 commented 2 years ago

@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.

BenjaminMoe commented 2 years ago

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

BenjaminMoe commented 2 years ago

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.