MetaNames
AppTelegramTwitter
  • 🏠Home
  • Getting Started
    • 📩Connect your wallet
    • 💰Deposit tokens
    • 🌐Register domain
  • Domain management
    • 🤦‍♂️Profile
    • ✏️Records
    • 🔄Renew domain
    • 🔀Transfer domain
  • Governance
    • ✍️Proposals
      • 🔁Transition from .meta to .mpc
  • Developers
    • 💻Getting started
    • 🌎Domains
    • 📚Records
Powered by GitBook
On this page
  • Installation
  • Usage

Was this helpful?

  1. Developers

Getting started

PreviousTransition from .meta to .mpcNextDomains

Last updated 1 year ago

Was this helpful?

Integrate MetaNames with your application!

For more details, check out the

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()
💻
auto-generated documentation