Code JSON50 - 50% off your first month
Closed Beta

Social Login Wallets for Sui

Users sign in with a social account and get a self-custodial Sui wallet, built on zkLogin. Add gas sponsorship (Charged Wallets) and they can transact without holding SUI. Smart Wallets are in closed beta: if you want to use them, tell us what you're building and we'll get in touch.

Key Features

Everything you need to build powerful applications on Sui

Social Login

Users sign in with an account they already have and get a Sui wallet. No seed phrases, no browser extensions.

Self-Custodial

Built on Sui's native zkLogin. The wallet is derived from the user's login. Neither you nor Inodra hold keys or funds.

Managed zkLogin Infrastructure

Inodra runs the salt and proving services that zkLogin requires. You don't operate or maintain any of it.

Charged Wallets

Pair with the Fuel Station and gas is covered. Users can transact right after signing in, without holding SUI.

Simple Integration

A small HTTP API covers the zkLogin pieces: salt, address derivation, and proof generation. A client SDK is planned during the beta.

Part of Your Inodra Project

Uses the same API keys, dashboard, and usage analytics as the rest of the platform.

Developer Preview

The interface may change before general availability

TypeScript
// Developer preview - details may change before GA

// 1. Your user completes a social sign-in and your app receives a
//    JWT. One call returns their wallet (Inodra derives the salt)
const { address, salt } = await inodra.zklogin.address({ jwt });

// 2. Fetch a zero-knowledge proof; the user can now sign
//    transactions like any other Sui wallet
const proof = await inodra.zklogin.prove({ jwt, salt, publicKey });

// 3. Charged Wallets: pair with the Fuel Station and the
//    transaction executes with zero SUI in the wallet

Perfect For

Consumer apps onboarding non-crypto users
Games that need wallets without wallet UX
Marketplaces with one-click checkout
Loyalty and rewards programs
Social apps with on-chain features
Ticketing and collectibles drops
Fintech products on Sui
Apps onboarding users with no crypto experience

Want access?

Tell us what you're building and where you are with it. We onboard teams in small batches.