From 28ab4490a45b570fd6296da5071e38cf162922ea Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 11 Dec 2024 09:26:32 -0600 Subject: [PATCH] add a small section with links to the smart-wallets page --- docs/build/apps/smart-wallets.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/build/apps/smart-wallets.mdx b/docs/build/apps/smart-wallets.mdx index 690c367d1..0d177c487 100644 --- a/docs/build/apps/smart-wallets.mdx +++ b/docs/build/apps/smart-wallets.mdx @@ -57,6 +57,14 @@ A passkey-powered multi-signer abstract account contract example. - View the [code](https://github.com/kalepail/superpeach) - Watch the [demo](https://youtu.be/0Agiwso2OMc?si=CHD9U8s-YLyqbXUJ) +### Ye Olde Guestbook 📖 + +A passkey-powered internet guestbook from yesteryear with smart contract and frontend code. + +- Use the [app](https://ye-olde-guestbook.vercel.app) +- View the [code](https://github.com/ElliotFriend/ye-olde-guestbook) +- Read the [tutorial](./guestbook/README.mdx) + ### Passkey Kit 📦 A client-side SDK tool for managing and using passkeys.