Skip to content

mawwalker/solana-wallet-tracker

Repository files navigation

solana-wallet-tracker

A Telegram Bot for solana Blockchain wallet tracker

Pre-requisites

  1. Tested on Python 3.11 or higher
  2. Docker (optional)
  3. Telegram Bot Token (Get it from BotFather)

Usage

Source Code

  1. Clone the repository
  2. Install the dependencies
pip install -r requirements.txt
  1. Copy the .env_example file to .env, and fill in the required fields
  2. Run the bot
python app.py

Docker

  1. Build the image
docker build -t solana-wallet-tracker .
  1. Run the container
docker run -d --name solana-wallet-tracker solana-wallet-tracker

About

A Telegram Bot for solana Blockchain wallet tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published