FlowAlert

FlowAlert

Don't have fear When FlowAlert is here

25

The problem FlowAlert solves

So we are working on problem to how to notify people when their token touch the threshold value . we Have a frontend who let user access our services so the can add any email id that they want and add a wallet address that they want to track with token threshold amount and token from option which is given .
this request goes to our websocket server and our websocket server check the balance and match it until the threshold value when it's match the threshold value it mail the user that their amount is reached the threshold value now if the want they can refile there token or if they want the can stop the flow of the token . Currently we have some limits . like when we work on a particular id we cannot able to proccess on other request we are trying to find out the solution of it

Challenges I ran into

  1. we learn how websocket works
  2. we find that we have to find a way to track user balance if we want to give the notification of it or if we want to stop it
  3. if user want his payment to stop how we can do it

Discussion