more wiring up of messages

This commit is contained in:
Samuel Andert
2023-07-21 14:16:42 +02:00
parent 6c691c7be3
commit 5be272d1f2
7 changed files with 63 additions and 34 deletions

View File

@ -6,14 +6,16 @@
import Balance from '$lib/Balance.svelte';
import WalletConnect from '$lib/WalletConnect.svelte';
import GoogleAuth from '$lib/GoogleAuth.svelte';
import Messages from '$lib/components/Messages.svelte';
import MessageInput from '$lib/components/MessageInput.svelte';
let pkpWallet;
let authSig;
let pkpPubKey =
'046da3ba67065fd1e2726242ca01cd4601524893f4aa4b0042578fa6cbec28fa8c9a28eb9f7893932fc09717edc9e1db57e157a21eed346247c1db5a722a01f571';
</script>
<LitStatus />
<AuthSign />
<!-- <LitStatus />
<AuthSign /> -->
<!-- <div class="p-4 bg-gray-200 flex justify-center items-center flex-col">
<Wallet bind:pkpWallet bind:authSig />
@ -23,3 +25,5 @@
<WalletConnect bind:pkpWallet bind:authSig bind:pkpPubKey />
</div> -->
<GoogleAuth />
<Messages />
<MessageInput />