dm3
dm3 copied to clipboard
The dm3 protocol | New standard of web3 messaging | Decentralized ENS-based registry | Secure end-to-end encryption | Easy dApp integration
Dm3 should be compatible with the UP Wallet. To accomplish that the Dm3 client has to support the UP Browser extension in the first place. - [ ] Update Rainbowkit...
Now that the DS is part of an independent workspace there should be an easy way a DS operator can use one on its own. - [ ] Figure out...
## Requirements Build a demo project in webflow, which integrates the dm3-messenger-widget. The name of the project is `dm3-demo-integration-webflow`. The goal is, to fully integrate dm3 in webflow applications and...
Add Dm3 names for other L2s. - [ ] Base - [ ] Arbitrum - [ ] Polygon - [ ] Mantle
https://github.com/dm3-org/dm3/blob/16cfea7b03613b98f1305814be087fd3f7d25b14/packages/lib/delivery/src/UserProfile.ts#L47 This suggests that something was added as workaround. Understand this and decide how to handle it.
To decide whether to send a Notification, the delivery service has to know if the receiver of a message is currently connected and able to receive the message. At the...
When an account is not registered with DM3 yet. Messages that are about to be sent to that account should be stored in the Client storage to submit them as...
After the completion of #824, the API changes have to be included to the FE. - [ ] Use the new routes - [ ] Handle new auth for BE...
At the moment only messages from the very first delivery are considered. Every other DS is ignored. After implementing this issue all DS that are part of the user profile...
At the moment messages are sent to the DS of the sender instead of the receiver. This breaks the whole purpose of Dm3. - [ ] packages/messenger-widget/src/hooks/messages/useMessage.tsx::addMessage() send the message...