Mina Wallet Adapter

Add wallets support to your zkApps with ease 🔥


Get started in seconds

Simple, intuitive and easy to integrate. Using React, Svelte or another library, add wallets support to zkApps with just a few lines of code.

Learn more
import { WalletProvider, WalletMultiButton } from "@mina-wallet-adapter/ui-react";
import "@mina-wallet-adapter/ui-react/dist/wallet-adapter.css";
 
<div>
  <WalletProvider autoConnect={true}>
    <WalletMultiButton />
  </WalletProvider>
</div>