solana-program-library/name-service
B 06630018c2
Name Service JavaScript cleanup (#1755)
* fix: update id + lint + spelling

* feat: add twitter const

* chore: update to Keypair

* fix: exports + lint

* feat: add twitter instructions

* chore: add readme
2021-05-18 15:45:30 -05:00
..
js Name Service JavaScript cleanup (#1755) 2021-05-18 15:45:30 -05: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 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.