.Play Name Service Integration
Overview
Use Cases
Getting Started
Install
npm install @carv-protocol/pns-jsSet up
import { getNames, getAddress} from '@carv-protocol/pns-js'Forward Resolution
const testDomain = "carv-engineer.play"
const address = await getAddress(testDomain);Reverse Resolution
Last updated