A tool for Symbol namespace owners to create decentralized Internet domains, using root namespace create top-level domain.
All DNS will store on namespace metadata.
Scope metadata key : D9766DB9BFCFF27C / symbol-dns-record-1
You can use it in Testnet right now, will continue improve the code.
- That is
Name
andValue
when you add the new DNS record. Name
can be any name you like, and it can't be repeat such ashello
, if you like to setup root namespace as domain, please use@
.Value
will be the link, it supportsiasky
andipfs
website.
Example
Name | Value |
---|---|
@ | https://docs.symbolplatform.com |
siasky | sia://file_hash |
ipfs | ipfs://file_hash |
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint