solana-program-library/name-service/js
Jon Cinque 79d2c606b8
CI: Add `--max-warnings 0` to eslint to abort on errors (#3254)
* CI: Add `--max-warnings 0` to eslint to abort on errors

* Fix lint issue
2022-06-16 09:39:55 -04:00
..
src name-service-js: Add to CI, clean up packages (#3097) 2022-04-22 00:01:24 +02:00
.eslintrc.json Name Service JavaScript cleanup (#1755) 2021-05-18 15:45:30 -05:00
README.md Name Service JavaScript cleanup (#1755) 2021-05-18 15:45:30 -05:00
package.json CI: Add `--max-warnings 0` to eslint to abort on errors (#3254) 2022-06-16 09:39:55 -04:00
tsconfig.json Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00:00
yarn.lock name-service-js: Bump version and sort out dependencies for release (#3214) 2022-06-02 18:49:43 +02:00

README.md

Name Service JavaScript bindings

npm GitHub 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

npm install @solana/spl-name-service
yarn add @solana/spl-name-service