If this research helped you, please consider giving it a ⭐ Star.
Found this research useful?
- Star ⭐ this repo to keep track of it.
- Follow me on GitHub for more DeFi security research.
- Fork it if you want to run your own experiments.
If you appreciate the work and want to support further security research:
**Wallet Address (ETH/EVM):**0xBDDD7973D0DE27B715A4A5cbdb87d0DF78757b3A
**Solana:**8RpjaJQmCrRvKHMXA5ak4CrrLNJnJionwxMfTRG8YASSolana Copy Trade Monitor A simple and effective tool for tracking large-scale transactions across a specified list of wallets on the Solana network in real time.
🚀 Features WebSocket Monitoring: Instantly receive data directly from the Solana network.
Telegram Notifications: Get alerts about trades sent directly to your messenger.
Flexible Configuration: Set a minimum transaction threshold (in SOL) to avoid distractions from "dust."
🛠 Installation Clone the repository:
Bash git clone https://github.com/rdin777/solana-copy-trade-bot-public.git cd solana-copy-trade-bot-public Create a virtual environment and install the dependencies:
Bash python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
Setup:
Copy the configuration file: cp config.py.example config.py
Enter your details into config.py (bot token and Chat ID).
Edit the list of wallets in src/scanner.py.
Launch:
Bash python3 src/scanner.py
⚙️ Project Structure src/scanner.py — Main monitoring file.
requirements.txt — List of libraries.
config.py — Configuration data.