Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Scot Boyd <[email protected]>
  • Loading branch information
humanagent and scotboyd authored May 2, 2024
1 parent f7b1f8c commit 1a9aad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/build/frames.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ XMTP contributes to the Open Frames standard, fostering interoperability and ope
Popular frameworks have already integrated Open Frames into their stack:

- [**OnChainKit**](https://onchainkit.xyz/xmtp/introduction): Discover how OnchainKit seamlessly incorporates XMTP payloads.
- [Quickstart](https://github.com/daria-github/a-frame-in-100-lines/): Onchainkit quickstart that integrates XMTP.
- [Quickstart](https://github.com/daria-github/a-frame-in-100-lines/): OnchainKit quickstart that integrates XMTP.
- [**Frames.js**](https://framesjs.org/reference/js/xmtp): Learn about the integration of XMTP payloads within FrameJS.
- [Quickstart](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/): Onchainkit quickstart that integrates XMTP.
- [Quickstart](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/): OnchainKit quickstart that integrates XMTP.
- [**Frog**](https://frog.fm/getting-started): There is an active [**discussion**](https://github.com/wevm/frog/discussions/51) to integrate Open Frames.

### Clients
Expand All @@ -42,4 +42,4 @@ Some clients are fully XMTP compatible and can render Frames signing XMTP payloa
These are the foundational tools that allow developers to create, sign, and manage Frames created by Open Frames & XMTP

- [**@xmtp/frames-validator**](https://github.com/xmtp/xmtp-node-js-tools/blob/main/packages/frames-validator/): A set of tools for validating POST payloads from XMTP Frames
- [**@xmtp/frames-client**](https://github.com/xmtp/xmtp-web/tree/main/packages/frames-client): Library used by messaging apps to render xmtp frames.
- [**@xmtp/frames-client**](https://github.com/xmtp/xmtp-web/tree/main/packages/frames-client): Library used by messaging apps to render XMTP frames.
2 changes: 1 addition & 1 deletion docs/farhack.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function getResponse(req: any): Promise<NextResponse> {
```

- [OnChainKit](https://onchainkit.xyz/xmtp/introduction): Official OnchainKit documentation.
- [Quickstart](https://github.com/daria-github/a-frame-in-100-lines/): Onchainkit quickstart that integrates XMTP.
- [Quickstart](https://github.com/daria-github/a-frame-in-100-lines/): OnchainKit quickstart that integrates XMTP.

</details>

Expand Down

0 comments on commit 1a9aad0

Please sign in to comment.