Skip to main content
OMS Wallet SDKs provide the same wallet model across TypeScript, React Native, Swift, and Kotlin. Choose the SDK for your application runtime, then follow that SDK’s quickstart and workflow pages.

SDK model

Create one OMSWallet entry point from your publishable key. It exposes two clients: Authentication establishes a credential. Automatic wallet selection then selects or creates a smart contract account and starts the active wallet session. Manual selection leaves authentication pending until the application selects or creates a wallet. For native Swift, Kotlin, and React Native applications, prefer OIDC ID-token authentication when the provider SDK returns an ID token. Use redirect authentication when sign-in must run through a browser. Fixed OMS relay providers and custom OIDC providers are separate configurations.

Choose an SDK

Expo Go cannot load the React Native SDK because it contains native code. Use an Expo development build or a bare React Native application.

Common workflows

Each SDK documents the same sequence of developer decisions:
  1. Authenticate the user and activate a wallet.
  2. Restore and manage the wallet session and access credentials.
  3. Send transactions through one prepare, fee-selection, execute, and status lifecycle.
  4. Sign and verify messages or typed data.
  5. Read balances and transaction history for any address.

Send USDC

Submit an ERC-20 transfer from an active wallet.

Backend wallet verification

Request and verify an OMS Wallet ID token.