solana-program-library/name-service
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
..
js CI: Add `--max-warnings 0` to eslint to abort on errors (#3254) 2022-06-16 09:39:55 -04:00
program Bump solana to v1.10.15 (#3176) 2022-05-17 11:27:30 -07:00
.gitignore Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05:00
README.md Name Service JavaScript cleanup (#1755) 2021-05-18 15:45:30 -05:00

README.md

Name Service program

A spl program for issuing and managing ownership of: domain names, Solana Pubkeys, URLs, twitter handles, ipfs cid's, metadata, etc..

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

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

JavaScript binding are available in the ./js directory.