the websocket for notification service is wss://notifications.blurt.world/
RE: [Mobile App] Can I use/modify Blurt Icon
You are viewing a single comment's thread from:
[Mobile App] Can I use/modify Blurt Icon
[Mobile App] Can I use/modify Blurt Icon
the websocket for notification service is wss://notifications.blurt.world/
Thank you.
I could you use the websocket to fetch user's notificatuons.
For mobile push notification, i am thinking to poll every block data to get any notification data such as mention, transfer, and follow.
Is that possible to poll or get these data from block data? here.
https://blocks.blurtwallet.com/
Any suggestions or ideas for push notifucation?
There is a streamTransaction function in blurtjs can stream the block data, or you can use the getBlock function