solana-program-library/name-service
Jon Cinque 21f8af34e7
Update all solana dependencies to 1.7.3, fix issues (#1958)
* Update all dependencies to 1.7.3, fix issues

* Remove esm from mocha

* Fix missed token test

* Also update rust version

* token-swap: update tolerance on sim test

* Run `cargo clippy --fix` for needless_borrow errors

* Rerun cargo fmt
2021-06-25 00:39:08 +02:00
..
js Update some api urls (#1888) 2021-06-08 12:53:32 -06:00
program Update all solana dependencies to 1.7.3, fix issues (#1958) 2021-06-25 00:39:08 +02: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.