Skip to content

Commit

Permalink
Make single paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 21, 2024
1 parent 2d01355 commit ff73b44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/docs/pages/xmtpkit/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ pnpm add @coinbase/onchainkit @xmtp/frames-validator

[XMTP](https://xmtp.org/) is a wallet to wallet messaging protocol, and many XMTP client applications are adding Frames support.

When a user interacts with a Frame inside an XMTP client application, you will need to handle the payload slightly differently from an interaction coming from Farcaster.

The primary identifier for a user on Farcaster is the `fid`, while in XMTP it is the `verifiedWalletAddress`.
When a user interacts with a Frame inside an XMTP client application, you will need to handle the payload slightly differently from an interaction coming from Farcaster. The primary identifier for a user on Farcaster is the `fid`, while in XMTP it is the `verifiedWalletAddress`.

You can learn more about how XMTP works with frames in [their documentation here](https://xmtp.org/docs/build/frames).

Expand Down

0 comments on commit ff73b44

Please sign in to comment.