Notification Standards Overview
Most of these functionalities are abstracted away in the SDK but are provided here for documentation and deeper understanding.
Considering the fact that notifications have been so imperative as well as customizable in web2, we need to ensure that the same experience carries forward in web3 and therefore we have divided notifications into two parts - Basic and Advanced.
The notification standard (Basic) covers all the requirements you need to know to start sending notifications.
Notification standard (Advanced) covers topics related to the composability of the Push notification protocol, how it works, how it can be expanded, etc
Notification Standards (Basic)
All notifications passed to the network are eventually transformed to JSON payload. The following glossaries help cover some of the basics that can help in understanding what is happening and how to customize the behavior.
Notification Standards (Advance)
Notifications follow composable blocks that helps achieve modular structure and helps in building on top of them. Any developer can utilize the notification protocol to send out notifications (on-chain or off-chain) to their users from a variety of platforms including web3 protocols, smart contracts, dapps, backend, etc.