/dns

TON DNS Frontend

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

dns.ton.org

Simple app to buy and manage DNS items associated with Toncoin.

Local Development

First, install ngrok:

npm install ngrok -g

Or see other instaltion options.

Launch a static HTTP-server:

npx http-server -p 5500

Or use any other HTTP-server providers, e.g., live-server. There is also a VSCode Live Server extenstion.

Finally, start the ngrok tunnel at the same port as in the previous step:

ngrok http 5500