Resolving Name
The Resolver function facilitates the forward and reverse resolution of User DIDs and wallet addresses. It acts as a bridge between the user-friendly naming systems and the native crypto wallet addresses.
Here are some examples:
const { resolver } = new CommunitiesID(options);
await resolver.resolveName('a.did')
await resolver.lookupAddress('0x123')
For more details, please refer to API doc.
Last updated