openfort-embedded-wallet

Integrate Openfort embedded wallets into web, mobile, and game applications.

2|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/openfort-xyz/agent-skills --skill openfort-embedded-wallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openfort-embedded-wallet
Source: https://github.com/openfort-xyz/agent-skills/tree/main/skills/embedded-wallet
Command: npx skills add https://github.com/openfort-xyz/agent-skills --skill openfort-embedded-wallet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the need for developers to manually implement client-side embedded wallet functionality across multiple platforms and frameworks when building Openfort-integrated applications, reducing development time and eliminating cross-platform compatibility and security implementation overhead.

Core Features & Use Cases

  • Cross-platform SDK support: Pre-built setup guides, configuration examples, and code samples for React/Next.js, React Native/Expo, iOS/Swift, Unity/C#, and vanilla JavaScript/TypeScript.
  • End-to-end wallet workflows: Covers all embedded wallet operations including authentication (email, OTP, OAuth, SIWE, guest), wallet creation/recovery (automatic, password, passkey), message/transaction signing, and gasless transaction configuration.
  • Use case: A mobile developer building a React Native app can use this Skill to implement a fully functional embedded wallet with passkey recovery and Google OAuth login in minutes, without researching platform-specific SDK documentation or handling edge cases like biometric support detection.

Quick Start

Use the openfort-embedded-wallet skill to integrate a fully functional embedded wallet with email OTP login and automatic recovery into your vanilla JavaScript web application.

Frequently Asked Questions about openfort-embedded-wallet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate an embedded wallet into a React Native application?

To integrate an embedded wallet into React Native, you can use Openfort SDK setup guides to configure authentication, wallet creation, and recovery methods like passkeys. This supports cross-platform mobile workflows including Expo.

Can I use Google OAuth and passkey recovery for non-custodial wallet creation?

Yes, you can implement non-custodial embedded wallet creation with Google OAuth authentication and passkey recovery. The Openfort SDK handles biometric support detection and secure recovery workflows out of the box.

What frameworks are supported for setting up an Openfort embedded wallet?

Openfort embedded wallet integration supports React, Next.js, React Native, Expo, iOS with Swift, Unity with C#, and vanilla JavaScript or TypeScript for building web, mobile, and game applications.

How do I configure gasless transactions for an embedded wallet?

You can configure gasless transaction sponsorship through the Openfort SDK by setting up blockchain provider configurations. This enables sponsored transactions directly within your embedded wallet implementation.

Does Openfort embedded wallet support email OTP and guest authentication?

Openfort embedded wallets support multiple authentication methods including email OTP, OAuth, SIWE, and guest login. This allows flexible user onboarding workflows across web and mobile platforms.

What is the best way to add a non-custodial wallet to a Unity game?

The best way to add a non-custodial wallet to Unity is using the Openfort C# SDK integration. It provides pre-built configuration examples for wallet creation, transaction signing, and gasless sponsorship within game environments.