solana-program-library/name-service
Trent Nelson 1f36ca301b Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
..
js Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00:00
program Bump solana crates to v1.6.7 2021-05-05 04:39:49 +00:00
.gitignore Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00:00
README.md Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00: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.