auth.andert.me/src
Samuel Andert 858d21e7db feat(wallet.svelte): integrate pkpWallet into state store
- Initialize pkpWallet with null value inside the component store.
- Update store's pkpWallet upon successful wallet connection.
- Reflect pkpWallet value reactively in the UI.

BREAKING CHANGE: The pkpWallet now resides in the component's store and should be accessed as $store.pkpWallet.
2023-07-26 06:14:33 +02:00
..
lib feat(wallet.svelte): integrate pkpWallet into state store 2023-07-26 06:14:33 +02:00
routes feat(wallet.svelte): integrate pkpWallet into state store 2023-07-26 06:14:33 +02:00
app.css removed nextjs example implementation 2023-07-20 12:53:07 +02:00
app.d.ts removed nextjs example implementation 2023-07-20 12:53:07 +02:00
app.html ported google PKP signup to sveltekit 2023-07-21 11:20:11 +02:00
index.test.ts removed nextjs example implementation 2023-07-20 12:53:07 +02:00