Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/issadarkthing/wallet-tracker
- Owner: issadarkthing
- License: gpl-3.0
- Created: 2024-02-09T10:21:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-21T14:19:55.000Z (4 months ago)
- Last Synced: 2024-07-21T15:51:52.980Z (4 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`