Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Passkey Library session to meeting notes #681

Merged
merged 4 commits into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions meeting-notes/2024-06-13.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: '2024-06-13'
authors: kalepail
tags: [developer]
---

<iframe
src="https://drive.google.com/file/d/1goVLHLJWWwRy1xgBpJa4VF1y9axrlIqA/preview"
width="640"
height="360"
allow="autoplay"
></iframe>

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
Loading