Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update messaging use case #822

Merged
merged 2 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/use-cases/img/nodle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions docs/use-cases/messaging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@ sidebar_position: 0.5
import converse from "./img/converse.png";
import webinbox from "./img/xmtp.png";
import cb from "./img/cbw.png";
import nodle from "./img/nodle.png";

# Chat apps

In an age where communication is vital, both in personal and professional realms, privacy and security are paramount. XMTP provides a robust solution that can be integrated into chat apps, whether they are peer-to-peer messaging apps or team communication platforms, offering users secure channels for exchanging information without compromising privacy.

<div class="chain-list white">
<a href="https://www.coinbase.com/wallet" class="chain-item">
<img alt="Coinbase Wallet logo" src={cb} />
<span>Coinbase</span>
</a>
<a href="https://getconverse.app" class="chain-item">
<img alt="Converse logo" src={converse} />
<span>Converse</span>
</a>
<a href="https://www.nodle.com/" class="chain-item">
<img alt="Nodle logo" src={nodle} />
<span>Nodle</span>
</a>
<a href="https://xmtp.chat/" class="chain-item">
<img alt="XMTP logo" src={webinbox} />
<span>xmtp.chat dev tool</span>
</a>
<a href="https://www.coinbase.com/wallet" class="chain-item">
<img alt="Coinbase Wallet logo" src={cb} />
<span>Coinbase</span>
</a>
</div>

#### Inspiration
Expand Down
Loading