ported google PKP signup to sveltekit

This commit is contained in:
Samuel Andert
2023-07-21 11:20:11 +02:00
parent 8d9980c59e
commit f11a208f56
6 changed files with 660 additions and 3 deletions

View File

@ -5,6 +5,7 @@
import Send from '$lib/Send.svelte';
import Balance from '$lib/Balance.svelte';
import WalletConnect from '$lib/WalletConnect.svelte';
import GoogleAuth from '$lib/GoogleAuth.svelte';
let pkpWallet;
let authSig;
let pkpPubKey =
@ -14,10 +15,11 @@
<LitStatus />
<AuthSign />
<div class="p-4 bg-gray-200 flex justify-center items-center flex-col">
<!-- <div class="p-4 bg-gray-200 flex justify-center items-center flex-col">
<Wallet bind:pkpWallet bind:authSig />
<Send bind:pkpWallet />
<Balance />
<WalletConnect bind:pkpWallet bind:authSig bind:pkpPubKey />
</div>
</div> -->
<GoogleAuth />