This React application provides a simple and intuitive interface for connecting TON wallets to web applications. It features a modern UI built with Tailwind CSS and Shadcn UI components.
Before running this application, you need:
Clone the repository:
git clone https://github.com/gameb30232/tonconnect
cd tonconnect
Install dependencies:
npm install
In the project directory, you can run:
npm start
Runs the app in development mode.
Open http://localhost:3000 to view it in your browser.
npm run build
Builds the app for production to the build
folder.
src/
├── components/
│ ├── WalletConnect.js
│ └── ui/
│ └── alert.jsx
├── lib/
│ └── utils.js
├── App.js
└── index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.