JustPush - Push notifications for the TRON Ecosystem

A lot of progress in the past week.

Let me get into some theory and design decisions.


JustPush NODES.

The interfaces that want to receive notifications can be wallets, mobiles, browser extensions, email, SMS messages, etc.

There needs to be something in the middle that can connect the smart contracts to these interfaces.
It is currently impossible to send push notifications, emails,s or SMS directly from the smart contract itself.

We call this middle man Nodes. This is a piece of software anyone can run to facilitate this.

nodes-structure

The node will carry out some important tasks.

  • Accept and dispatch notifications.
  • Provide an api for communication with the protocol
  • Listen to smart contract events
  • Cryptographically verifies the communications (eg: the send notifications operation is actually done by the owner of the group).

Initially, the nodes will be run by JustPush.


Feel free to ask any questions :slight_smile: