A Telegram Bot for solana Blockchain wallet tracker
- Tested on Python 3.11 or higher
- Docker (optional)
- Telegram Bot Token (Get it from BotFather)
- Clone the repository
- Install the dependencies
pip install -r requirements.txt- Copy the .env_example file to .env, and fill in the required fields
- Run the bot
python app.py- Build the image
docker build -t solana-wallet-tracker .- Run the container
docker run -d --name solana-wallet-tracker solana-wallet-tracker