Register your application with Dialect and start sending or receiving notifications.
Required Fields:
Required Fields:
Step 1: Install packages
Step 2: Create a keypair for your app
Creating a keypair is analogous to creating a username & password. It’s important to securely create and manage your keypair, as it will be used to access your Dialect account.
Step 3: Set environment variable
Step 4: Register programmatically
Always create a new wallet for each app. Never reuse existing wallet keypairs from other applications or personal wallets. This ensures proper security isolation and prevents unauthorized access to your notification system.
Keep your DIALECT_SDK_CREDENTIALS
secure. This is your app’s private key and should never be exposed in client-side code or committed to version control.
Dialect’s database never stores your app’s private keys, only the public key.
Coming soon! For now, please use the Dashboard or SDK methods above.
Your app is now ready to send notifications! 🎉
After successful registration: