RISE Logo-Light

Connecting Wallet

Connect to RISE Wallet using Wagmi

Connecting Wallet

Connecting to RISE Wallet is as simple as using any standard Wagmi connector. The Porto connector handles passkey authentication automatically, creating a seamless login experience.

How it Works

  1. Find the Rise Wallet Connector: Locate the Rise Wallet connector from the available connectors using its ID com.risechain.wallet.
  2. Trigger Connection: Call the connect function with the Rise Wallet connector.
  3. Passkey Authentication: The user is prompted to authenticate using their device's passkey (FaceID, TouchID, etc.).
  4. Account Ready: Once authenticated, the account is connected and ready to transact.

The Rise Wallet connector integrates seamlessly with Wagmi's standard hooks like useAccount, useConnect, and useDisconnect, requiring no specialized APIs.