Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 541 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 541 Bytes

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