It is an example of an app that connects to TON wallet via TON Connect using @tonconnect/sdk.
Beta version of the UI kit @tonconnect/ui-react.
Try the UI demo here (WIP)
- Install dependencies
yarn
- Start development server
yarn start
Step-by-Step Manual Deployment Process
Framework Preset: Other
Build Command: DISABLE_ESLINT_PLUGIN=true BUILD_PATH='./docs' node scripts/build.js
Output Directory: docs
Install Command: yarn install
Add Environment Variables:
Go to Project Settings → Environment Variables
Add: DISABLE_ESLINT_PLUGIN
= true
Add: PUBLIC_URL
= /
Deploy and Test:
Click Deploy
Check the build logs for any errors
Test your deployed app functionality