Install and configure the Dialect TypeScript SDK for sending notifications from your Node.js and React applications
DIALECT_SDK_CREDENTIALS
should already be set up from the registration process.
If you registered via Dashboard: You need to extract the private key from the wallet you used to register and format it as DIALECT_SDK_CREDENTIALS
. Your app is tied to the specific keypair used during registration:
[170,23,...,300]
.env
file as DIALECT_SDK_CREDENTIALS
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.