Content pfp
Content
@
0 reply
0 recast
0 reaction

alex pfp
alex
@alexgrover.eth
Problem I'm trying to solve: I'd like our app to run some logic when some onchain events happen. For example: send a Slack alert to our team after each NFT mint on a contract. Thinking about sticking an event in a queue from our Ponder indexing functions
2 replies
0 recast
9 reactions

alex pfp
alex
@alexgrover.eth
It seems like Ponder is not a perfect fit for this since events may get reindexed. It might be possible to record in the DB when jobs are enqueued for specific events, to prevent notifying again later. Not sure how much this would impact speed of indexing.
1 reply
0 recast
0 reaction

Kevin pfp
Kevin
@typedarray.eth
The queue approach *might* work, but I can't recommend it. With the feature described below, it'll be possible to simply import the Slack SDK and call that API directly from your Ponder app. https://warpcast.com/typedarray.eth/0x6b294535
1 reply
0 recast
2 reactions