https://github.com/dabevlohn/tonmon
TON network monitor via WebSocket
https://github.com/dabevlohn/tonmon
blockchain monitoring-tool rust ton trace transaction tungstenite websocket ws
Last synced: 9 months ago
JSON representation
TON network monitor via WebSocket
- Host: GitHub
- URL: https://github.com/dabevlohn/tonmon
- Owner: dabevlohn
- Created: 2025-08-19T20:25:05.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-19T20:32:56.000Z (10 months ago)
- Last Synced: 2025-08-19T22:25:19.444Z (10 months ago)
- Topics: blockchain, monitoring-tool, rust, ton, trace, transaction, tungstenite, websocket, ws
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TonMon
This application connects to the TON network using `tonlib-rs` to provide real-time transaction updates. It allows clients to subscribe to specific addresses and monitors for new transactions. Upon detecting a new transaction, the application gathers the full transaction trace and transmits it to the client via WebSocket. To prevent duplicate data, only a single instance of a transaction trace within a single trace is sent.