# Name Service JavaScript bindings

[![npm](https://img.shields.io/npm/v/@solarti/solarti-name-service)](https://unpkg.com/@solarti/solarti-name-service@latest/) [![GitHub license](https://img.shields.io/badge/license-APACHE-blue.svg)](https://github.com/solana-labs/token-list/blob/b3fa86b3fdd9c817139e38641d46c5a892542a52/LICENSE)

Full documentation is available at https://spl.solana.com/name-service

JavaScript binding allow to interact with a spl program for issuing and managing
ownership of: domain names, Solana Pubkeys, URLs, twitter handles, arweave ids,
metadata, etc..

This package provides an interface that third parties can
utilize to create and use their own version of a name service of any kind.

## Installation

```bash
npm install @solarti/solarti-name-service
```

```bash
yarn add @solarti/solarti-name-service
```
