diff --git a/src/lib/components/HelloEarth/HelloEarth.svelte b/src/lib/components/HelloEarth/HelloEarth.svelte index 86c66a5..68e6a97 100644 --- a/src/lib/components/HelloEarth/HelloEarth.svelte +++ b/src/lib/components/HelloEarth/HelloEarth.svelte @@ -7,6 +7,10 @@ $: if (services && services.helloEarthAlert) { // services.helloEarthAlert.alertMe(); } + $: if (services.core) { + console.log('services: ' + JSON.stringify(services)); + // services.core.testAlert(); + } $: if ($store) isStoreLoaded = true; @@ -14,9 +18,15 @@ {#if isStoreLoaded}

Hello Earth

+ Wallet Address: {#if $store.pkpWallet} -

Wallet Address: {$store.pkpWallet.address}

+

{$store.pkpWallet.address}

{/if} +
+ hello store: {#if $store.hello}{$store.hello}{/if} +
+ hello store2: {#if $store.hello2}{$store.hello2}{/if} +
Reference TodoList {#if $store.todos}