# Name Service JavaScript bindings

[![npm](https://img.shields.io/npm/v/@solana/spl-name-service)](https://unpkg.com/@solana/spl-name-service@latest/)

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 @solana/spl-name-service
```

```bash
yarn add @solana/spl-name-service
```
