Registering Your Dapp
To get started, you must first register your dApp within the Dialect Cloud. Analogous to how businesses and users may register for web2 services via an email address, Dialect Cloud uses wallet authentication to register and manage dApps that use Dialect services.
Create a keypair for your dapp
Creating a keypair is analagous to creating a username & password. It is important to first do your own research on how to securely create and manage a keypair, as it will be used to access/administrate your Dialect Cloud account.
First, you must create a keypair and register the corresponding publickey with the Dialect Cloud. We recommend using the Solana CLI to create a new keypair.
This publickey is analagous to your dApp's "account" identity, and the keypair can be used to sign transactions to authenticate permissioned actions within Dialect Cloud.
Register your dApp in Dialect Cloud
Create an sdk
instance following these instructions from . Then register a new dapp messaging keypair for this keypair using the Dialect SDK snippet below.
Dialect's database never stores your dapp's private keys, only the public key.
Last updated