Skip to content

lazor-kit/wallet-ui

 
 

Repository files navigation

Wallet UI

A modern UI component library for Solana apps, built on the Wallet Standard.

This monorepo contains the core packages, documentation, and examples for Wallet UI.

  • packages/core: Framework-agnostic state management using Nanostores.
  • packages/react: React components and hooks.
  • packages/tailwind: Tailwind CSS presets for the components.
  • docs: The documentation and project website, built with Next.js and Fumadocs.
  • examples: Example applications demonstrating how to use Wallet UI.

For comprehensive documentation and usage guides, please visit wallet-ui.dev.

Getting started

git clone https://github.com/wallet-ui/wallet-ui.git
cd wallet-ui
pnpm install

Development

Build

pnpm run build

Lint

Run the linter:

pnpm run lint

Fix any linting issues:

pnpm run style:fix

Test

pnpm run test

Support

If you have any questions about this repo, feel free to reach out to Telegram or X.

About

A modern UI component library for Solana apps, built on the Wallet Standard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.1%
  • CSS 11.2%
  • JavaScript 1.4%
  • Shell 1.3%