Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 742 Bytes

WalletWatcher

A simple app for monitoring the last activity of specified crypto wallets. Initially designed for monitoring staking wallets.

Operates as a web server, listening on port 8080.

Uses block explorer API to get data. At moment Chainz and BLNScan are supported.

Contributions are welcome! To report issues or suggest enhancements, please create a new issue. If you want to contribute code, feel free to submit a pull request.

Setting up

  • Rename coins-sample.toml to coins.toml
  • Set the addresses you would like to monitor in coins.toml

Usage

  • Run the app with cargo run
  • Open 127.0.0.1:8080 in your browser