17 lines
582 B
Markdown
17 lines
582 B
Markdown
# 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.
|
|
|
|
## Audit
|
|
|
|
The repository [README](https://github.com/solana-labs/solana-program-library#audits)
|
|
contains information about program audits.
|