Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/issadarkthing/wallet-tracker

Telegram bot for tracking eth address balance
https://github.com/issadarkthing/wallet-tracker

Last synced: 1 day ago
JSON representation

Telegram bot for tracking eth address balance

Awesome Lists containing this project

README

        

# Wallet Tracker

Telegram bot to track ethereum address balance. Currently supported coin is `eth`
and fiat currency used are `USD` and `MYR`. Planning on adding more
configuration and functionality in the future.

## Installing

1. Install docker
2. Create `.env` file with these values
```
ETHERSCAN_TOKEN=your_etherscan_token
ADDRESS=your_eth_wallet_address
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
CHAT_ID=your_telegram_chat_id
DURATION=1d
```
3. Run `docker compose up -d`
4. To stop, run `docker compose down`