Skip to content
Yeboster edited this page Aug 30, 2023 · 4 revisions

Installation

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

Usage

To use the Meta Names SDK in your project, you can import it like this:

import { MetaNamesSdk } from '@metanames/sdk'

const metaNamesSdk = new MetaNamesSdk()
Clone this wiki locally