From 1a9aad0ebe47f40dccd0147d308699ec3d442316 Mon Sep 17 00:00:00 2001 From: Fabri Date: Thu, 2 May 2024 16:49:57 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Scot Boyd --- docs/build/frames.md | 6 +++--- docs/farhack.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/frames.md b/docs/build/frames.md index b4b2f26e..f6145f6b 100644 --- a/docs/build/frames.md +++ b/docs/build/frames.md @@ -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 @@ -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. diff --git a/docs/farhack.md b/docs/farhack.md index cd1a6141..3c859366 100644 --- a/docs/farhack.md +++ b/docs/farhack.md @@ -140,7 +140,7 @@ async function getResponse(req: any): Promise { ``` - [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.