@mina-wallet-adapter/ui-react
v0.1.3
Published
Modular TypeScript wallet adapter and UI components for Mina zkApps using React.
Downloads
5
Readme
@mina-wallet-adapter/ui-react
Modular TypeScript wallet adapter and UI components for Mina zkApps using React.
This package exports a series of hooks that you can use to create custom wallet connection buttons. They manage the state of the wallet connection for you, and return helper methods that you can attach to your event handlers.
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/react/
- Install project dependencies
npm install
- Build the library
npm run build