Add wallets support to your zkApps with ease 🔥
Simple, intuitive and easy to integrate. Using React, Svelte or another library, add wallets support to zkApps with just a few lines of code.
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>