svelte-on-solana / wallet-adapter

Svelte wallet adapter for Solana Dapps

Home Page:https://solana-svelte-counter.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

https://solana-svelte-counter.netlify.app/

License:Apache License 2.0


Languages

Language:Svelte 48.9%Language:TypeScript 31.2%Language:CSS 14.3%Language:JavaScript 4.3%Language:HTML 1.2%