Skip to content

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions