v1.0
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.