You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arbitrum-docs/for-devs/third-party-docs/Openfort/openfort.mdx
+22-24Lines changed: 22 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'How to onboard users in your game and make a gasless transaction'
3
-
description: 'Learn how to use Openfort to integrate authentication, private key management, and account abstraction into your game on Arbitrum'
2
+
title: 'How to onboard users and make a sponsored transaction'
3
+
description: 'Learn how to use Openfort to integrate authentication, private key management, and account abstraction into your project on Arbitrum'
4
4
author: Joan Alavedra
5
5
sme: joalavedra
6
6
sidebar_label: 'Openfort'
@@ -12,33 +12,33 @@ The following document was contributed by [@joalavedra](https://github.com/joala
12
12
13
13
:::
14
14
15
-
**[Openfort](https://www.openfort.xyz/)** is a headless wallet solution that helps developers integrate authentication, private key management, and account abstraction into their dApps. By abstracting away the complexities of blockchain interactions, Openfort allows you to build Web3 applications with a Web2-like user experience without requiring end users to manage private keys or hold cryptocurrency.
15
+
[Openfort](https://openfort.io) is an open-source alternative to wallet infrastructure solutions. The core offerings—Openfort Kit, Invisible Wallet, and Cross-app Wallet - enable rapid integration of wallet functionality, intuitive onboarding, and flexible user journeys for any application or ecosystem.
- Implement secure authentication and key management
20
-
- Create and manage smart contract wallets
21
-
- Enable gasless and sponsored transactions
19
+
Openfort Kit is a developer toolkit that streamlines the integration of wallet authentication and connectivity into any web application. It provides:
22
20
23
-
Check out **[Openfort's Documentation](https://www.openfort.xyz/docs)** to get started.
21
+
-**Plug-and-play UI Components**: Prebuilt, customizable authentication and wallet connection flows that can be deployed in minutes, not weeks, with support for major authentication providers and wallet connector
22
+
-**Developer Experience**: TypeScript-ready, ecosystem-standard libraries (wagmi, viem), and easy integration with frameworks like React, Next.js, and Create React App.
23
+
-**Full Customization**: Predesigned themes or the ability to fully tailor the UI to match your brand.
Invisible Wallet enables applications to onboard users without requiring them to interact directly with traditional wallet interfaces. Features include:
28
28
29
-
- Create and manage projects
30
-
- Generate API keys
31
-
- Configure authentication providers
32
-
- Monitor transactions and analytics
33
-
- Set up webhooks for real-time notifications
29
+
-**Embedded Non-custodial Signer**: Secure, self-custodied wallet creation and signing for users, with no need for browser extensions or external apps.
30
+
-**Fundign Support**: Users can onramp their newly created wallets with traditional methods or depositing crypto.
31
+
-**Key Export**: Users can always export private keys, allowing them to take the wallet with them.
Please check out the [docs](https://www.openfort.xyz/docs/) to learn more about using the Openfort Dashboard. Click [here](https://dashboard.openfort.xyz) to access the Openfort Dashboard.
35
+
The Cross-app Wallet empowers ecosystems and platforms to offer branded, interoperable wallets that work across multiple apps and services. Key capabilities:
38
36
39
-
:::
37
+
-**Ecosystem SDK**: Build your own wallet SDK that can be integrated across your suite of apps, ensuring users have a consistent identity and asset management experience everywhere.
38
+
-**No App or Extension Required**: Users can create and use wallets instantly via iFrames or embedded flows, compatible with any EVM chain.
39
+
-**Modern Standards**: Supports the latest Ethereum standards (EIP-1193, 6963, 7702, 4337, and more) for broad compatibility and future-proofing.
40
40
41
-
## How to implement a gasless transaction on Arbitrum using Openfort
41
+
## How to implement a sponsored transaction on Arbitrum using Openfort
42
42
43
43
With Openfort, you can sponsor transactions for your users, meaning that in-game wallets don't need native tokens to execute transactions, such as minting an NFT. This guide will walk you through the process of implementing a gasless transaction to mint an NFT on Arbitrum.
44
44
@@ -130,16 +130,14 @@ By following these steps, you've created a gasless transaction on Arbitrum using
130
130
131
131
:::info Detailed tutorial
132
132
133
-
For a more detailed tutorial, please refer to the [Openfort Quick Start Guide](https://www.openfort.xyz/docs/guides/getting-started).
133
+
For a more detailed tutorial, please refer to the [Openfort Quick Start Guide](https://www.openfort.io/docs/).
134
134
135
135
:::
136
136
137
137
## Connect with Openfort
138
138
139
139
Need further assistance? Reach out to Openfort for support and stay updated:
140
140
141
-
- Visit Openfort's official website at [openfort.xyz](https://www.openfort.xyz)
142
-
- Read the [Documentation](https://www.openfort.xyz/docs)
143
-
- For support, contact the Openfort team via [Discord](https://discord.gg/t7x7hwkJF4)
144
-
- Follow Openfort on [Twitter](https://twitter.com/openfortxyz)
141
+
- Visit Openfort's official website at [openfort.io](https://www.openfort.io)
142
+
- Read the [Documentation](https://www.openfort.io/docs)
145
143
- Check out Openfort on [GitHub](https://github.com/openfort-xyz)
0 commit comments