This project was completed as part of final year internship and represents the first step in creating a secure Telegram messaging website using Web3. You can find it here : The Website
Before running this application, make sure you have the following installed:
- Node.js (version 14.0 or later)
First, clone the repository with the following command:
git clone https://github.com/Arth-y/Web3Telegram.git
Navigate to the project directory:
cd Web3Telegram
Install the dependencies:
npm i
Then, you can run the application in development mode:
vercel dev
Open http://localhost:3000 to view it in the browser. The page will automatically reload if you make changes to the code.
This website allows you to send a message to a user via a Telegram bot created for this purpose, using the user's "chat_id" to deliver the message.
The chat_id can be found using another Telegram bot, and a mini-tutorial is available on the web page.
You can learn more about the tools I used :