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.
Everything you need to build powerful applications on Sui
Users sign in with an account they already have and get a Sui wallet. No seed phrases, no browser extensions.
Built on Sui's native zkLogin. The wallet is derived from the user's login. Neither you nor Inodra hold keys or funds.
Inodra runs the salt and proving services that zkLogin requires. You don't operate or maintain any of it.
Pair with the Fuel Station and gas is covered. Users can transact right after signing in, without holding SUI.
A small HTTP API covers the zkLogin pieces: salt, address derivation, and proof generation. A client SDK is planned during the beta.
Uses the same API keys, dashboard, and usage analytics as the rest of the platform.
The interface may change before general availability
// 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 walletTell us what you're building and where you are with it. We onboard teams in small batches.