-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
3780715
commit fd8045d
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |