Skip to content

Conversation

@jadonamite
Copy link

Summary

Adds a cookbook guide for integrating Push Protocol to send on-chain notifications from a Base smart contract.

Content

  • Author: @jadonamite
  • Stack: Push Protocol, Solidity, Foundry.
  • Key Features:
    • IPUSHCommInterface.sol definition.
    • NotificationSender.sol implementing the sendNotification call.
    • Detailed "Delegation" workflow (authorizing the contract to send messages).
    • Payload formatting guidelines for Push Identity V2.

Motivation

Notifications are essential for dApp UX. This guide empowers Base developers to programmatically alert users about on-chain events (liquidations, DAO proposals, transfers) directly from the smart contract layer.

Verification

  • Verified sendNotification function signature matches Push V1.5/V2 interface.
  • Verified payload construction (0+3+...) logic.
  • Verified delegation requirement in Push Protocol architecture.

@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants