Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dabevlohn/tonmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.