Skip to content

Commit

Permalink
Add Passkey Library session to meeting notes (#681)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Julian-dev28 and kalepail authored Jun 14, 2024
1 parent 3780715 commit fd8045d
Showing 1 changed file with 24 additions and 0 deletions.
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

0 comments on commit fd8045d

Please sign in to comment.