Overview

A comprehensive guide to using the Okto React SDK and its features

The Okto React SDK provides a comprehensive set of tools and hooks for integrating blockchain functionality into your React applications. This guide will help you understand the main components and features available in the SDK.

Core Functions

Account Operations

Explorer Functions

Intents

Transaction Flow

Most operations in the SDK follow this pattern:

  1. Get the OktoClient instance using useOkto hook
  2. Create a user operation using intent functions
  3. Sign the operation using signUserOp
  4. Execute the operation using executeUserOp

For installation, initialization, and example implementations, refer to our Next.js setup guides.

On this page