This project demonstrates the integration of Dialect Alerts with a Solana dApp. Dialect Alerts is a smart messaging protocol for dApp notifications and wallet-to-wallet chat, powering notifications for many popular dApps across Solana, EVM, and Aptos chains.
- Dialect Alerts Documentation
- Dialect Alerts Dashboard (for project registration)
To use this application:
- Connect your Solana wallet using the wallet button in the top right corner
- Click on the notification bell icon to set up your notification preferences
- Choose your preferred notification channels
- Start receiving important updates from the application
Note: You'll need to register your Dialect dApp address in the DialectNotificationComponent.tsx
file by replacing the <ENTER_YOUR_DAPP_ADDRESS>
placeholder with your actual dApp address you used to register from the Dialect dashboard.
git clone https://github.com/dialectlabs/buildstation-alerts.git
cd buildstation-alerts
npm install
npm run dev