Open
Description
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.