@thewuh/wallet-adapter-svelte
NB: this is a hard fork of the @svelte-on-solana/wallet-adapter with added support for Wallet Standard and updated Anchor helper.
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.
In your existing project, install:
npm install @thewuh/wallet-adapter-svelte-core \
@thewuh/wallet-adapter-svelte-ui\
@thewuh/wallet-adapter-svelte-anchor\
@solana/web3.js\
Clone the project:
git clone https://github.com/thewuh/wallet-adapter-svelte.git
Install dependencies:
cd wallet-adapter-svelte
pnpm install
Build all packages:
pnpm build
Run locally:
cd packages/example/
pnpm start