https://github.com/cryptoronaldo/tg-tradingbot-raydium-pumpfun-jupiter
Introducing our state-of-the-art Telegram trading bot! We can easily watch and trade all SPL tokens on platforms like Raydium, Jupiter, and Pump.fun. Our bot comes with automated buying and selling features that you can customize to suit your needs. Enjoy safe transactions through a new GT wallet, so you don't have to provide your private keys. Pl
https://github.com/cryptoronaldo/tg-tradingbot-raydium-pumpfun-jupiter
jito-bundle jupiter pnl-calculator pumpfun-trade-api raydium solana telegram-bot
Last synced: about 2 months ago
JSON representation
Introducing our state-of-the-art Telegram trading bot! We can easily watch and trade all SPL tokens on platforms like Raydium, Jupiter, and Pump.fun. Our bot comes with automated buying and selling features that you can customize to suit your needs. Enjoy safe transactions through a new GT wallet, so you don't have to provide your private keys. Pl
- Host: GitHub
- URL: https://github.com/cryptoronaldo/tg-tradingbot-raydium-pumpfun-jupiter
- Owner: CryptoRonaldo
- Created: 2025-02-11T07:49:40.000Z (3 months ago)
- Default Branch: dev
- Last Pushed: 2025-02-11T08:17:13.000Z (3 months ago)
- Last Synced: 2025-02-26T09:37:17.003Z (2 months ago)
- Topics: jito-bundle, jupiter, pnl-calculator, pumpfun-trade-api, raydium, solana, telegram-bot
- Language: TypeScript
- Homepage: https://t.me/regendarystar
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Solana Bot (Raydium, Jupiter, Pump.fun)
## Main Features- Track All tokens, All Pools on Raydium(AMM, CLMM), Jupiter, Pump.fun
- Buy and sell all SPL tokens using JITO on Raydium, Jupiter, Pump.fun
- Auto-buy/sell according to the user setting
- PNL Card generation
- Provide a security by creating new GT wallet, not requires user wallet private key## Screenshot

## Tech stack
- Typescript
- Telegram API
- Solana/web3
- Raydium SDK
- Jupiter API
- Pump.fun
- JITO
- Birdeye API
- MongoDB
- Redis## Prerequisites
Before you begin, ensure you have met the following requirements:
- Node.js installed (v18 or above recommended)
- Telegram bot token from bot father
- MongoDB Cluster URI
- Redis URI## Configurations
1. Clone the repository:
```sh
git clone https://github.com/brightlystar0117/tg-tradingbot-raydium-pumpfun-jupiter.git
```2. Go to the project directory:
```sh
cd tg-tradingbot-raydium-pumpfun-jupiter
```3. Install the dependencies:
```sh
npm install
```4. Create a new `.env` file and add your Private key, Rpc URL
`.env` file
```sh
MONGODB_URL=
REDIS_URI=# Local
GROWTRADE_BOT_ID=
GROWSOL_ALERT_BOT_ID=
BridgeBotID=
ALERT_BOT_API_TOKEN=
TELEGRAM_BOT_API_TOKEN=MAINNET_RPC=
PRIVATE_RPC_ENDPOINT=
RPC_WEBSOCKET_ENDPOINT=JITO_UUID=
BIRD_EVE_API=
GROWSOL_API_ENDPOINT=
PNL_IMG_GENERATOR_API=
```
5. Then run the bot
```sh
npm run serve
```## Version 1.0, 21/6/2024
## Contact me
- [Telegram](https://t.me/regendarystar)- [Github](https://github.com/brightlystar0117)