A set of modular UI components, store and utilities for integrating wallet adapter to Mina zkApps written in Svelte.
- 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