0xPolygonID / js-sdk

SDK to work with Polygon ID
https://0xpolygonid.github.io/js-sdk-tutorials/
Apache License 2.0
57 stars 36 forks source link

Request: Native DID document resolution that doesn't require the universal resolver #100

Open cykoder opened 1 year ago

cykoder commented 1 year ago
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 document through the JS SDK. The universal resolver is great but very heavy if you don't care about other DIDs.

vmidyllic commented 1 year ago

currently, we have the implementation of did driver https://github.com/0xPolygonID/driver-did-polygonid is integrated to the universal resolver, so you can run an instance to resolve the polygonid did method.

We will implement the native resolver in js for polygonid did method too.
Thank you for the feedback.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 14 days with no activity.

OBrezhniev commented 5 months ago

I think this is done already. @vmidyllic can you confirm?