@svelte-on-solana/wallet-adapter
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.
Clone the project:
git clone https://github.com/svelte-on-solana/wallet-adapter.git
Install dependencies:
cd wallet-adapter
yarn install
Build all packages:
yarn build
Run locally:
cd packages/ui/
yarn start