* Bump solana crates to v1.9.5 * Update sol_set_return_data type signature and un-ignore test |
||
---|---|---|
.. | ||
js | ||
program | ||
.gitignore | ||
README.md |
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.