solana-program-library/name-service
dependabot[bot] 718a6b6074
build(deps-dev): bump prettier from 2.8.4 to 2.8.8 in /name-service/js (#4222)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 14:52:08 +00:00
..
js build(deps-dev): bump prettier from 2.8.4 to 2.8.8 in /name-service/js (#4222) 2023-05-09 14:52:08 +00:00
program chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
.gitignore Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05:00
README.md docs: Clarify audit status of all programs, no S word (#4046) 2023-02-13 22:05:49 +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.

Audit

The repository README contains information about program audits.