The NameGuard SDK is open source and can be installed using your dependency manager.
NameGuard exports a singleton that can be imported that has the defaults instantiated already, these defaults are:
https://api.nameguard.io
mainnet
You can customize the chain used by using the createClient
method, and passing your desired network
— See supported chains.
If you’re working locally with or have self-hosted the NameGuard API, you’ll need to update the url
for the API by creating a custom client.
The NameGuard SDK is open source and can be installed using your dependency manager.
NameGuard exports a singleton that can be imported that has the defaults instantiated already, these defaults are:
https://api.nameguard.io
mainnet
You can customize the chain used by using the createClient
method, and passing your desired network
— See supported chains.
If you’re working locally with or have self-hosted the NameGuard API, you’ll need to update the url
for the API by creating a custom client.