From fd8045dce3cd4a6e3709db667e3a604765e6bc94 Mon Sep 17 00:00:00 2001 From: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:16:49 -0700 Subject: [PATCH] Add Passkey Library session to meeting notes (#681) * update meeting notes * Update 2024-06-13.mdx * Update 2024-06-13.mdx * Update 2024-06-13.mdx --------- Co-authored-by: Tyler van der Hoeven --- meeting-notes/2024-06-13.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meeting-notes/2024-06-13.mdx diff --git a/meeting-notes/2024-06-13.mdx b/meeting-notes/2024-06-13.mdx new file mode 100644 index 000000000..a27324a3e --- /dev/null +++ b/meeting-notes/2024-06-13.mdx @@ -0,0 +1,24 @@ +--- +title: '2024-06-13' +authors: kalepail +tags: [developer] +--- + + + +1. Tyler created Super Peach, a web3 application that uses passkeys to sign transactions. He demonstrated how passkeys can be used in authorization flows and how they can be used to sign transactions. + * Code: https://github.com/kalepail/superpeach + * Demo: https://superpeach.vercel.app +2. Introduced `passkey-kit`. A TypeScript SDK for creating and managing Smart Wallets via passkeys (includes the actual [Smart Wallet interface](https://github.com/kalepail/passkey-kit/tree/main/contracts)) + * Code: https://github.com/kalepail/passkey-kit + * Demo: https://passkey-kit-demo.pages.dev +3. Introduced Launchtube, a service for submitting transactions onchain by covering both the transaction fee AND the sequence number. Wild! + * Code: https://github.com/kalepail/launchtube (ask in the `#passkeys` channel on Discord for a testnet token) +4. He shared his vision for pushing the passkey implementation through to becoming a [standard for the ecosystem](https://docs.google.com/document/d/1c_Wom6eK1UpC3E7VuQZfOBCLc2d5lvqAhMN7VPieMBQ/edit). + +Join the `#passkeys` channel on the Discord to continue the discussion