solana-program-library/name-service
dependabot[bot] afb0d04591
build(deps): bump thiserror from 1.0.28 to 1.0.29 (#2379)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-06 11:16:15 +00:00
..
js Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05:00
program build(deps): bump thiserror from 1.0.28 to 1.0.29 (#2379) 2021-09-06 11:16:15 +00:00
.gitignore Minor fixes in name-service (#1895) 2021-07-01 11:46:32 -05: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.