Skip to content

svelte-on-solana/wallet-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a7ebc5 · Dec 14, 2022
Sep 16, 2021
Dec 14, 2022
Jul 24, 2021
Sep 29, 2021
Jan 6, 2022
Jan 9, 2022
Jul 28, 2021
Sep 29, 2021
Jul 24, 2021
Jul 24, 2021
Mar 5, 2022
Feb 23, 2022
Feb 28, 2022
Jan 25, 2022
Jan 31, 2022
Dec 9, 2022

Repository files navigation

@svelte-on-solana/wallet-adapter

Wallets

Modular TypeScript wallet adapter and UI components for Solana/Anchor applications using SvelteJS as framework. This package contains a solution for Svelte Template and SvelteKit, making possible to build Solana Dapps in SPA or SSR mode.

View demo / Browse demo code

Packages

  • Core - Svelte Store which exposes methods and properties to run the wallet in your application
  • UI - Pre-built components for integrating with Solana wallets using Svelte
  • Anchor - Helper components for working with Anchor

Build from Source

  1. Clone the project:
git clone https://github.com/svelte-on-solana/wallet-adapter.git
  1. Install dependencies:
cd wallet-adapter
yarn install
  1. Build all packages:
yarn build
  1. Run locally:
cd packages/ui/
yarn start