@aztemi/svelte-on-solana-wallet-adapter-core
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

@svelte-on-solana/wallet-adapter-core

The core of the wallet adapter is a Svelte Store which exposes methods and properties to run the wallet in your application. This allows to share this data among all components in your application.

Install

npm install @solana/wallet-adapter-base \
            @solana/wallet-adapter-wallets \
            @solana/web3.js \
            @svelte-on-solana/wallet-adapter-core

Use

Once it is installed, you can use it and subscribe to its methods as an usual Svelte Store:

<script>
    import { walletStore } from '@svelte-on-solana/wallet-adapter-core';
    //...
</script>

{#if $walletStore?.connected}
<div>My wallet is connected</div>
{/if}

UI

To complete the setup you will need to add some UI components which will provide the full experience to connect, disconnect and visualize address. You can choose between the Svelte Template or the SvelteKit implementation. Both are using the same packages but setup is different. The UI packages offer different implementations for Solana and Anchor.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @aztemi/svelte-on-solana-wallet-adapter-core

    Weekly Downloads

    270

    Version

    1.1.5

    License

    Apache-2.0

    Unpacked Size

    79.6 kB

    Total Files

    33

    Last publish

    Collaborators

    • t4top