Developer Guide - SDK
The SDK is a developer tool provided by DotNames, designed for domain naming service resolution. This SDK simplifies the process of resolving domain name from a wallet address and vice versa, making it an essential tool for developers building applications tat interact with domain name services or transactions.
The two primary methods provided by the
SDK are:
- 1.
resolveName(walletAddress, chain)
: Resolves a domain name from a given wallet address on a domain naming service. - 2.
resolveAddress(domainName)
: Resolves a wallet address from a given domain name.
This technical documentation will guide you through the installation and usage of the SoW SDK, including error handling and example code snippets.
Last modified 1mo ago