Integrating Push Really made it easy to alert users about important updates! #9
Replies: 1 comment 1 reply
-
Hello @mikelord007 !! Wow, your dApp sounds like it's really pushing the limits! But with the help of Push, it seems like you're getting things done without breaking a sweat. It's exciting to see how you're using Push to seamlessly send notifications to users based on transactions happening in smart contracts. If you ever need any further help with your project, don't hesitate to reach out.Keep up the excellent work, and thank you for sharing your story with the community! |
Beta Was this translation helpful? Give feedback.
-
The story of how we're building a dApp with the help of Push to seamlessly send notifications to our users!
Push helped us cross one critical blocker in our dApp - Making seamless communication between the frontend and the blockchain, based on transactions happening in the smart contracts.
We're building a deFi app to easily manage subscription payments for businesses, and to explain the difference of integrating push; let's say we need to send a notification to a user based on a transaction that goes with the help of smart contracts. In a non Push world, that would mean fetching the transactions of the user in the chain, seeing If the transaction went through successfully, and displaying a notification manually.
That's a lot of work!
Enter Push, and we integrate the protocols solidity functions directly into the contract, and it sends a notification to the user once the transaction goes through. That's a lot of work reduced and you get a notification if the transaction goes through unreverted!
This allows us to send notifications to the users whenever a subscription payment has gone through well, when the subscription attributes have been updated, or even if a subscription has ended for a user!
Thanks to Push, this has helped us streamline our communication within dApp which helps with the overall experience of the app!
Beta Was this translation helpful? Give feedback.
All reactions