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.
- Rename
coins-sample.toml
tocoins.toml
- Set the addresses you would like to monitor in
coins.toml
- Run the app with
cargo run
- Open
127.0.0.1:8080
in your browser