FlowAlerts

FlowAlerts

FlowAlerts: Stay in the Flow with Instant Notifications!

The problem FlowAlerts solves

FlowAlerts is a powerful Telegram notifications bot designed specifically for the Flow blockchain community. It revolutionizes the way users stay updated with real-time information and events happening on the Flow blockchain.

With FlowAlerts, users can effortlessly monitor their favorite Flow blockchain projects, track their token investments, and receive instant notifications about key milestones, updates, and announcements. Whether you're an investor, developer, or simply a blockchain enthusiast, FlowAlerts is your go-to companion for staying connected to the Flow ecosystem.

Key Features and Benefits:

Instant Notifications: FlowAlerts ensures you never miss important updates or events on the Flow blockchain. Receive instant notifications directly on your Telegram, keeping you informed in real-time.

Customized Alerts: Tailor your notifications to match your specific interests. Choose which Flow blockchain projects, tokens, or events you want to receive alerts for, ensuring you only get the information that matters to you.

Token Tracking: Effortlessly track your Flow blockchain investments. Get price alerts, market updates, and token performance insights, enabling you to make informed decisions and stay ahead of the game.

Challenges I ran into

Technical Challenges:
To build out the live notifications, my initial approach was to use the gRpc client, but the only available library was written in go which I wasnt familiar with. There wasnt a native websocket implementation, so I had to implement live polling as a workaround in the ts library to get the same result.

Discussion