Nex-TON / Nexton_Frontend

Web application that is launched inside the Telegram bot

Home Page:https://hack-a-ton-frontend-iota.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexton TWA Frontend

This frontend code is for setting up a Nexton Telegram Web App using React.js. It acts as client Part of the project

Key Features

  • Telegram Integration: Fully integrated with Telegram Mini App tools.
  • Reactive State Management: Utilizes Recoil for state management across React components.
  • Modern Routing: Leveraging react-router-dom for SPA routing.
  • Crypto Functions: Implements @ton/crypto for enhanced security measures.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 14 or above recommended)
  • Yarn (version 1.22 or above)
  • Git

Dependencies

"@aws-crypto/sha256-js": "^5.0.0",
"@orbs-network/ton-access": "^2.3.3",
"@ton/test-utils": "^0.4.2",
"@tonconnect/ui-react": "^2.0.0-beta.2",
"@vkruglikov/react-telegram-web-app": "^2.1.1",
"axios": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"styled-components": "^6.0.5",
"swr": "^2.2.2",
"@ton/ton": "^13.11.2",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"react-hook-form": "^7.51.4",
"zod": "^3.23.8",
"react-number-format": "^5.3.4"

Getting Started

To start the react, you can use the following command:

Step1

git clone https://github.com/Nex-TON/Nexton_Frontend.git
cd Nexton_Frontend

Step2

yarn

Step3

yarn vite
yarn vite --host // for mobile

UI Screenshots

image image image image

About

Web application that is launched inside the Telegram bot

https://hack-a-ton-frontend-iota.vercel.app/


Languages

Language:TypeScript 98.4%Language:JavaScript 1.0%Language:HTML 0.6%Language:CSS 0.0%