/demo-dapp-with-backend

Decentralized application (dApp) that connects to a TON wallet via TonConnect using @tonconnect/sdk

Primary LanguageJavaScriptApache License 2.0Apache-2.0

TON Connect demo dApp with backend

It is the example of an app that connects to TON wallet via TonConnect using @tonconnect/sdk.

There is an example of backend authorization with ton_proof in the app. See demo-dapp-backend for more details about the authorization.

Try the demo here

Getting started

  1. Install dependencies yarn
  2. Start development server yarn start