@uttacoin/upl-name-service
Version:
UTTA Coin Programs Library. Name Service JavaScript API
27 lines (17 loc) • 948 B
Markdown
# Name Service JavaScript bindings
[](https://unpkg.com/@uttacoin/upl-name-service@latest/) 
Based on Solana Program Library [https://github.com/solana-labs/solana-program-library/tree/master/name-service](https://github.com/solana-labs/solana-program-library/tree/master/name-service)
Forked 22.11.2021
Full documentation is available at https://spl.uttacoin.com/name-service
JavaScript binding allow to interact with a spl program for issuing and managing
ownership of: domain names, UTTA Coin 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 @uttacoin/upl-name-service
```
```bash
yarn add @uttacoin/upl-name-service
```