From 5b796379e0608f15138086b14dd71f06f21090a0 Mon Sep 17 00:00:00 2001 From: Julian Martinez Date: Thu, 13 Jun 2024 15:31:55 -0700 Subject: [PATCH 1/4] update meeting notes --- meeting-notes/2024-06-13.mdx | 17 +++++++++++++++++ 1 file changed, 17 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..8c28db78b --- /dev/null +++ b/meeting-notes/2024-06-13.mdx @@ -0,0 +1,17 @@ +--- +title: '2024-05-09' +authors: naman +tags: [developer] +--- + + + +1. Tyler created [SuperPeach](https://superpeach.vercel.app/), 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. +2. 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). + +3. Ecosystem members discussed ... From 99baf083bede25a783042386f9f5ec4f15c562ba Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Thu, 13 Jun 2024 20:52:48 -0400 Subject: [PATCH 2/4] Update 2024-06-13.mdx --- meeting-notes/2024-06-13.mdx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/meeting-notes/2024-06-13.mdx b/meeting-notes/2024-06-13.mdx index 8c28db78b..a2e4c2c3a 100644 --- a/meeting-notes/2024-06-13.mdx +++ b/meeting-notes/2024-06-13.mdx @@ -1,6 +1,6 @@ --- -title: '2024-05-09' -authors: naman +title: '2024-06-13' +authors: kalepail tags: [developer] --- @@ -11,7 +11,16 @@ tags: [developer] allow="autoplay" > -1. Tyler created [SuperPeach](https://superpeach.vercel.app/), 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. -2. 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). +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). -3. Ecosystem members discussed ... +Join the `#passkeys` channel on the Discord to continue the discussion From f2fa6fd2efd6e308a74ae377b0f0e44b0bd490f3 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Thu, 13 Jun 2024 21:04:27 -0400 Subject: [PATCH 3/4] Update 2024-06-13.mdx --- meeting-notes/2024-06-13.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meeting-notes/2024-06-13.mdx b/meeting-notes/2024-06-13.mdx index a2e4c2c3a..a27324a3e 100644 --- a/meeting-notes/2024-06-13.mdx +++ b/meeting-notes/2024-06-13.mdx @@ -11,14 +11,12 @@ tags: [developer] allow="autoplay" > -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. +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)) +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/ + * 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). From 0d02895926f978813505bd205aca7548a314b7d4 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Thu, 13 Jun 2024 21:05:34 -0400 Subject: [PATCH 4/4] Update 2024-06-13.mdx