solana-program-library/name-service/js
Lcchy c05f445d73
Minor fixes in name-service (#1895)
* Fix reverse twitter registries and program space allocation

* Small fixes and address update

* Fix the package name
2021-07-01 11:46:32 -05:00
..
src Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05: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-lock.json Name Service JavaScript cleanup (#1755) 2021-05-18 15:45:30 -05:00
package.json Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05:00
tsconfig.json Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00:00
yarn.lock Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05: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