aztemi / svelte-on-solana-wallet-adapter

Svelte wallet adapter for Solana Dapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This is a fork of svelte-on-solana/wallet-adapter with the following additional updates.

  • Mobile Wallet Adapter support
  • Wallet Standard support
  • Wallets list sorted to show detected wallets first
  • Dependencies upgraded to recent versions
  • Accessibility warnings fixed
  • NPM packages released under @aztemi scope since @svelte-on-solana is not recently maintained.

Original ReadMe below:

@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

About

Svelte wallet adapter for Solana Dapps

License:Apache License 2.0


Languages

Language:Svelte 51.2%Language:TypeScript 30.6%Language:CSS 13.1%Language:JavaScript 3.9%Language:HTML 1.1%