Simple app to buy and manage DNS items associated with Toncoin.
First, install ngrok:
npm install ngrok -gOr see other installation options.
Launch a static HTTP-server:
npx http-server -p 5500Or 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 5500If the wallet metadata is needed when debugging, update the url field in the tonconnect-manifest.json with the url provided by ngrok.