openfort-embedded-wallet
Installation
SKILL.md
Openfort Embedded Wallet Setup
Embedded wallets provide a seamless experience by abstracting away wallet management. Users interact with your app without needing to understand private keys, seed phrases, or blockchain concepts.
Choose Your SDK
Openfort provides embedded wallet SDKs for multiple platforms:
| Platform | Package | Best for |
|---|---|---|
| React / Next.js | @openfort/react |
Web apps with pre-built UI modal |
| React Native / Expo | @openfort/react-native |
Mobile apps (iOS + Android) |
| iOS / Swift | OpenfortSwift |
Native iOS apps |
| Unity / C# | openfort-csharp-unity |
Games (Windows, macOS, Android, iOS, WebGL) |
| Vanilla JS / TS | @openfort/openfort-js |
Custom UIs, any JS framework, bare-metal access |
Which SDK should I use?
- If you're building a React or Next.js web app → use
@openfort/react(includes pre-built auth modal + wallet UI)- If you're building a React Native / Expo mobile app → use
@openfort/react-native
Related skills