Identity Messaging SDK
DecentKit's Identity Messaging SDK provides developers with a versatile toolkit for creating secure, private, and interactive messaging features between parties in both web2 and web3 environments.
Example use cases include adding group chats to games, enriching an existing wallet or marketplace with messaging features, fostering creative communities by connecting chats to NFT collectibles, or simply connecting users in traditional web2 apps to identities in web3.
This SDK addresses the problem of 'how do I message another identity securely.'
Key Features
1. End-to-End Encrypted Direct Messages
Privacy and security are core to the Identity Messaging SDK. End-to-end encryption (e2ee) ensures that all direct messages between parties remain confidential, visible only to the sender and receiver, protecting communication from any potential eavesdroppers or leaks.
2. Wallet-to-Wallet Chat
By using wallet address endpoints, the SDK enables direct peer-to-peer interactions and eliminates the need for intermediaries, thereby enhancing privacy and control over personal data. Any supporting app or wallet can reach any other supporting app or wallet.
3. Group Chat
The SDK extends its e2ee capabilities to group chats, allowing users to communicate securely within groups. Facilitating secure discussions among multiple users enables community discussions and transactions.
4. Push Notifications
The SDK includes support for push notifications from both Apps and Dapps to ensure that users stay up-to-date with messages and interactions while enhancing user engagement and participation in discussions.
5. Chat between Web2 and Web3 names
Bridging the gap between "web2" and "web3" environments, the SDK supports communication between multiple forms of identifiers. This interoperability facilitates seamless interactions between users in the traditional web and blockchain realms.
6. Gated Communities
To increase the quality and security of group interactions, the SDK provides functionality to create token-gated, credential-gated, and trust-score-gated communities. By requiring token ownership for access, communities can curate a member base and enhance the quality of interactions while protecting against spam and malicious activity.
7. Moderation Tools
Effective moderation is crucial to communities for maintaining healthy and respectful environments. The SDK includes tools that help moderate behavior within communities to prevent abuse and ensure positive experiences.
Quick Start Guide
💡 This SDK is in pre-alpha. The APIs and methods are likely to change significantly before the alpha release. This SDK is not yet publicly available on NPM.
Here's a simple guide to getting started with the SDK:
Step 1: Installation
Start by installing the SDK in your project. If you're using npm, the command will be:
Step 2: Initialization
Next, import and initialize the SDK in your application:
Step 3: Wallet-to-Wallet Communication
To establish wallet-to-wallet communication:
Step 4: Create a Token-Gated Community
Here's how to create a token-gated community:
Step 5: Using Moderation Tools
Moderation tools can help manage group activities:
Step 6: E2EE Group Chat
Creating an e2ee group chat:
Last updated