Injective Name Service
Abstraction Service (deprecated)
import { getNetworkEndpoints, Network } from '@injectivelabs/network'
import { InjNameService } from '@injectivelabs/sdk-ui-ts'
const injNameService = new InjNameService(Network.Testnet)
const name = 'ninja.inj'
// Fetch the address for the particular name
const addressForName = await injNameService.fetchInjAddress(name)
// Fetch the name for the particular address
const nameFromAddress = await injNameService.fetchInjName(addressForName)Raw Smart Contract Querying
Domain Resolution
Reverse Resolution
Last updated
