The mobile is just around corner.
Now it is time to design an icon for the mobile app.
Can I use/modify the blurt mascot?
I want to simply put name of app Let's Blurt on top of the Blurt mascot.
Any suggestions?
@funtrveller
@cheonpyeongyull
or anyone?
Push Notification
I need guide please.
@ericet
@eastmael
@blurtdev
Just brief guide or advice is welcome.
Thank you♥
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
Yes, it is designed to be modified and used in any way that you see fit <3.
Thank you!