@mina-wallet-adapter/ui-svelte
v0.1.3
Published
A set of modular UI components, store and utilities for integrating wallet adapter to Mina zkApps written in Svelte.
Downloads
5
Readme
@mina-wallet-adapter/ui-svelte
A set of modular UI components, store and utilities for integrating wallet adapter to Mina zkApps written in Svelte.
Demo
How to build
- Clone this git repository and change to the project directory
git clone https://github.com/mina-wallet-adapter/wallet-adapter.git
cd wallet-adapter/packages/ui/svelte/
- Install project dependencies
npm install
- Build the library
npm run build