Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent committed Dec 18, 2024
1 parent 8a9f53e commit 8d2949d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion packages/docs/pages/plugins/xmtp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Risks of not using end-to-end encryption for agent interactions:
- **Tampering**: Content can be altered without detection.
- **Unauthorized access**: Sensitive information is vulnerable.

## Developers
## Backend

Install the plugin

Expand Down Expand Up @@ -79,3 +79,21 @@ const onMessage = async (incomingMessage, user) => {
```

Note: End users need to use a XMTP client to send messages to the agent.

## Frontend

Each end user needs to have a XMTP client to ensure end-to-end encryption.

- [Browser SDK](https://github.com/xmtp/xmtp-js)
- [React SDK](https://github.com/xmtp/xmtp-web)
- [iOS SDK](https://github.com/xmtp/xmtp-ios)
- [Android SDK](https://github.com/xmtp/xmtp-android)

### Compatible apps

These wallets are built on top of XMTP and are EVM compatible, menaing they work with any wallet address or ens domain.

- [**Converse**](https://converse.xyz)
- [**Coinbase Wallet**](https://www.coinbase.com/en-ar/wallet/downloads)
- [**Warpcast**](https://warpcast.com/)
- [**Family**](https://family.co/)

0 comments on commit 8d2949d

Please sign in to comment.