@portal-payments/wallet-adapter
A (hopefully temporary) fork of https://github.com/svelte-on-solana/wallet-adapter with a large amount of fixes, built for current JS standards and tooling (fixing warnings, using normal JS formatting, npm, ESM, current SvelteKit, updated documentation, etc).
TypeScript wallet adapter and UI components for Solana applications using Svelte. This package supports SvelteKit, making it possible to build Solana Dapps in SPA or SSR mode, as well as Svelte stores for both vanilla Solana and Anchor connections.
Updated original docs below:
Clone the project:
git clone https://github.com/svelte-on-solana/wallet-adapter.git
Install dependencies:
cd wallet-adapter
npm install
Build all packages:
npm run build
Run locally:
cd packages/ui/
npm start