Skip to content

Commit 31f59a0

Browse files
committed
first pass
1 parent e48870e commit 31f59a0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/use-cases/img/nodle.png

30.7 KB
Loading

docs/use-cases/messaging.mdx

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,29 @@ sidebar_position: 0.5
66
import converse from "./img/converse.png";
77
import webinbox from "./img/xmtp.png";
88
import cb from "./img/cbw.png";
9+
import nodle from "./img/nodle.png";
910

1011
# Chat apps
1112

1213
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.
1314

1415
<div class="chain-list white">
16+
<a href="https://www.coinbase.com/wallet" class="chain-item">
17+
<img alt="Coinbase Wallet logo" src={cb} />
18+
<span>Coinbase</span>
19+
</a>
1520
<a href="https://getconverse.app" class="chain-item">
1621
<img alt="Converse logo" src={converse} />
1722
<span>Converse</span>
1823
</a>
24+
<a href="https://www.nodle.com/" class="chain-item">
25+
<img alt="Nodle logo" src={nodle} />
26+
<span>Nodle</span>
27+
</a>
1928
<a href="https://xmtp.chat/" class="chain-item">
2029
<img alt="XMTP logo" src={webinbox} />
2130
<span>xmtp.chat dev tool</span>
2231
</a>
23-
<a href="https://www.coinbase.com/wallet" class="chain-item">
24-
<img alt="Coinbase Wallet logo" src={cb} />
25-
<span>Coinbase</span>
26-
</a>
2732
</div>
2833

2934
#### Inspiration

0 commit comments

Comments
 (0)