Simple live tracking and analysis of millions of transactions. Program is currently in BETA version
- Run
main(realTime=false)
function and set realTime to True then program will show you details.
Note : when you set realTime to True, for interrupt the running code you can stop kernel.
main(realTime=False)
if you set realTime to False it will return one list of transactions at the moment.(default)
if you set realTime to True it will return a list of transactions every 5 second.
explore it you will find interested things 😋