Skip to content

v1.0

Choose a tag to compare

@Jetlum Jetlum released this 23 Nov 22:01
· 37 commits to main since this release

Custom Alerts for Wallet Activities
Feature: Allow users to set up personalized alerts for wallet activities like large token transfers, NFT mints, or specific onchain events.
Technical Challenge: Build a subscription-based alert system that filters and indexes onchain events efficiently and sends notifications via email and push notifications.
Implementation: Use Golang to create a microservice that listens to Ethereum events, indexes them, and triggers alerts based on user preferences.