Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

ton-studio/dns

 
 

Repository files navigation

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

Local Development

First, install ngrok:

npm install ngrok -g

Or see other installation 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.

Start the ngrok tunnel at the same port as in the previous step:

ngrok http 5500

If the wallet metadata is needed when debugging, update the url field in the tonconnect-manifest.json with the url provided by ngrok.

Releases

Packages

Contributors

Languages