Skip to content

Commit

Permalink
Merge branch 'main' into onchain
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriguespe committed May 20, 2024
2 parents 433fd70 + 8efa23a commit 8034d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ run(async (context: HandlerContext) => {
// Get the message and the address from the sender
const { content, senderAddress } = context.message;

// Read or write to Farcaster
// Show a frame or talk to the user

// To reply, just call `reply` on the HandlerContext.
await context.reply("gm");
Expand Down Expand Up @@ -341,7 +341,7 @@ async function sendNotification(recipient, message) {
}
}
// Example usage
sendNotification("Hello from Farcaster!", "0x123...");
sendNotification("Hello from XMTP!", "0x123...");
```
</details>
Expand All @@ -354,7 +354,7 @@ Test the bots in messaging apps
- [Converse](https://getconverse.app/): Own your conversations. Works with Frames (Frame Transactions TBA).
- [Coinbase Wallet](https://www.coinbase.com/wallet): Your key to the world of crypto. (Frame support TBA).
- [dev-inbox](https://dev-dev-inbox.vercel.app/): Web messaging client (Frame Transactions TBA).
- [dev-inbox](https://dev-dev-inbox.vercel.app/): Web messaging client (Sepolia Transactions).
## Identities 🥷🏻
Expand Down

0 comments on commit 8034d15

Please sign in to comment.