Skip to content

AshkanAbd/eth_wallet_tracker_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eth Wallet Tracker Bot

Telegram bot to track ETH wallets.

Requirements:

package version
cargo +1.50

Build:

Debug:

cargo build

Release:

cargo build -r

Running:

Debug:

cargo run -p EthWalletTrackerBot -- --bot-token <bot-token> --ether-api <etherscan-api-key> --db <sqlite-db-path>

Release:

eth_wallet_tracker_bot --bot-token <bot-token> --ether-api <etherscan-api-key> --db <sqlite-db-path>

About

Telegram bot to track ETH wallets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages