HI, I need to listen my contract events and store data in MongoDB. Do you have any guides about creating NodeJs server for syncing data with Streams API?
Can you give more info about your setup? You already have mongo db setup and a server that listens for requests?
If yes, the you can process directly the requests received from streams api (as the webhook requests) and add the info in mongo db.