We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To use the Meta Names SDK in your project, you can install it via npm or yarn:
npm install @metanames/sdk # or yarn add @metanames/sdk
To use the Meta Names SDK in your project, you can import it like this:
import { MetaNamesSdk } from '@metanames/sdk' const metaNamesSdk = new MetaNamesSdk()