I am building an app that allows users to enter an address to watch and set alerts to when tx takes place after this Moralis tutorial series https://www.youtube.com/watch?v=-M1GR45GykQ&t=4s
The problem is that the Plugin is no longer to be installed. I’ve seen the message that states:
“The Sync Address and Contract Events can now be found on the server by clicking View Detail and selecting the Sync tab”, but I wanna do it programmatically.
In the tutorial, this plugin added 2 more table object in the DB, the “WatchEthAddress” and “EthTransactions”.
I’ve also read the other topics on this forum like this one Sync and Watch Address in Dapp (Possible?) but they don’t help me in this case.