https://github.com/rizzolib/solana-telegram-bot-for-wallet-tracking
Solana Telegram bot for tracking wallet which interacts with pump.fun
https://github.com/rizzolib/solana-telegram-bot-for-wallet-tracking
solana sqllite telegraf telegram telegram-bot telegramapi tracking typescript wallettracker
Last synced: 8 months ago
JSON representation
Solana Telegram bot for tracking wallet which interacts with pump.fun
- Host: GitHub
- URL: https://github.com/rizzolib/solana-telegram-bot-for-wallet-tracking
- Owner: rizzolib
- Created: 2024-12-13T12:03:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T15:16:59.000Z (10 months ago)
- Last Synced: 2024-12-23T16:26:17.267Z (10 months ago)
- Topics: solana, sqllite, telegraf, telegram, telegram-bot, telegramapi, tracking, typescript, wallettracker
- Language: TypeScript
- Homepage:
- Size: 8.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana-Telegram-bot-for-tracking-Wallet
Solana Telegram bot for tracking wallet which interact with pump.fun
https://drive.google.com/file/d/1M9n0K-FtxMMSh0bxTx-VMSwQGG8TrzrA/view?usp=drive_link
## Main Features
- Solana Wallet Txn track that is interact with pump.fun
- Telegram bot for tracking wallet
- Send notification to telegram channel## Video
## Tech stack
- Node.js
- Telegram API
- RPC## Prerequisites
- Node.js 22+
- Telegram bot## Configuration
1. clone the repository:
```
https://github.com/rizzolib/Solana-Telegram-Wallet-for-Wallet-Tracking.git
```2. Go to the project directory:
```
cd Solana-Telegram-Wallet-for-Wallet-Tracking
```3. Install the required packages:
```
npm install
```4. Create a .env file in the root directory of the project and add the following variables:
```
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHANNEL_ID=
SOLANA_RPC_URL=
MAIN_WALLET_ADDRESS_1=
MAIN_WALLET_ADDRESS_2=
```5. Run the script:
```
npm start
```## Version 1.0
- 13/12/2024