Step 1: Install packagesStep 2: Create a keypair for your appCreating 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 variableStep 4: Register programmaticallyAlways 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.