Skip to main content

Wallet UI

The wallet UI library can help DApps quickly provide connection entrances, wallet selection pop-ups, mobile QR codes and common status processing. For most products, using a mature wallet UI library first will save time than implementing the connection process from scratch, and it will also be less likely to miss abnormal status.

ℹ️

**Preferred for most projects. ** If there are no strong customization requirements, UKey Wallet connection, mobile evocation and multi-wallet compatibility can be completed faster using ready-made UI libraries.


Pick a Kit

LibraryFramework supportSuitable for the scene
RainbowKitReact onlyReact + wagmi project, focusing on the default interactive experience
Web3ModalReact/Vue/JSRequires WalletConnect, QR code and AppKit capabilities
Web3-OnboardReact/Vue/JSNeeds stronger wallet list and connection process customization

Fast Compare

characteristicRainbowKitWeb3ModalWeb3-Onboard
React
Vue
Native JS
Mobile QR code
Theme customizationhighmediumhigh
Packet volumemediummediummedium

Best Fit

If your project meets the following conditions, use the wallet UI library directly:

  • Hope to provide a usable wallet selection experience quickly.
  • Requires mobile wallet call, QR code or WalletConnect.
  • Don't want to maintain UI status such as connection, disconnection, authorization refusal, network switching, etc. by yourself.
  • The product design allows for customization based on the theme capabilities of the mature library.

Custom UI

If you need full control over wallet selection, button style, and status display, you can use a lower-level approach instead:

  • Wagmi - ​​Only React hooks, no default UI.
  • Provider API - ​​directly calls the wallet injection object.