Hey guys,
How can we monitor new instances of our implementation contract using Moralis streams? I assume this would involves adding a new stream for the factory instance in the cloud code using afteSave, however I’m not entirely sure about the workflow and would love some clarification.
All the new instances would have the same abi, in case that would make it easier to monitor.
In the Moralis Hosted servers, I used the core_addEventSync
function which worked like magic. I’m hoping there’s something similar I can use for Streams.
Thanks!