{#if error}

Error

{error.message}

{:else if isLoading}

Loading...

{:else if view === 'sign_in'}

Sign in with Lit

{:else if view === 'fetching'}

Fetching your PKPs...

{:else if view === 'NO_PKPS'}

No PKPs found.

{:else if view === 'fetched'}

Select a PKP to continue

{#each pkps as pkp} {/each} {:else if view === 'MINTING'}

Minting your PKP...

{:else if view === 'MINTED'}

Minted!

{:else if view === 'CREATING_SESSION'}

Creating session...

{:else if view === 'SESSION_CREATED'}

Ready for the open web

Check out your PKP:

{currentPKP.ethAddress}

{/if}