No description
|
||
---|---|---|
.forgejo/workflows | ||
.github/ISSUE_TEMPLATE | ||
packages | ||
.editorconfig | ||
.envrc | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.nojekyll | ||
.prettierignore | ||
.prettierrc | ||
flake.lock | ||
flake.nix | ||
lerna.json | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
tsconfig.json | ||
wallets-adapter.png |
@naxdy/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
@naxdy
scope since@svelte-on-solana
is not recently maintained.
Original ReadMe below:
@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.
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
- 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