Tutorials
Find all tutorials related to Push Notification and more!
Creating your channel
Creating a channel is the very first step for sending notifications via Push. Having a Channel is allows you to establish a communication pathway with your users in Web3.
Enabling channel on other chains
The protocol is designed to enable your channel to send notifications on multiple chains, instead of only Ethereum.
Advance - Create your channel using Safe
This is an advance tutorial which assumes your knowledge of web3 to be of intermediate level. At the very least, you should be aware of what is a safe, multisig, EOA and smart contract wallets.
Token transfer notification from smart contract
This tutorial explains how you can integrate notifications directly in your smart contract by importing Push comm smart contract and using its interface. We will be creating a simple token transfer notification for this guide.
Advance - Create channel and notif from smart contract
This tutorial explains how you can create channel and trigger notifications directly from your smart contract by importing Push core and comm smart contract and using its interface.
Send notification via your subgraph
This is an introductory guide to take you through the entire process of how to send notifications from a Subgraph using Push.
Integrate notifications via Delivery Node
Do check out integrating notifications section for your frontend to see other recommended ways for integrating notifications on your frontend.
Integrate notifications via AWS SNS
Notifications via AWS SNS is more of a Web2.5 approach than Web3. Do check out integrating notifications section for your frontend to see other recommended ways for integrating notifications on your frontend.