Tooling
RISE Wallet Stack
Chain-native wallet infrastructure for gasless transactions
RISE Wallet is a chain-native wallet layer that provides gasless transactions, passkey authentication, and session keys for your dApp. Built on audited smart accounts from Porto and integrated directly into RISE's infrastructure.
Key Features
- Gasless by Default: Users don't need ETH to start using your app
- Passkey Authentication: No seed phrases - just biometrics (FaceID, TouchID)
- Session Keys: Enable high-frequency interactions without popups
- 3ms Confirmations: Leverages RISE's shred architecture for instant feedback
Quick Integration
npm i rise-wallet wagmi viempnpm add rise-wallet wagmi viemyarn add rise-wallet wagmi viembun add rise-wallet wagmi viemimport { Chains, RiseWallet } from "rise-wallet";
import { risewallet } from "rise-wallet/wagmi";
export const rwConnector = risewallet(RiseWallet.defaultConfig);