Skip to content

Commit 2749504

Browse files
Merge pull request #2269 from joalavedra/patch-1
Update openfort.mdx
2 parents a9d6e13 + 6fbd0af commit 2749504

File tree

1 file changed

+22
-24
lines changed
  • arbitrum-docs/for-devs/third-party-docs/Openfort

1 file changed

+22
-24
lines changed

arbitrum-docs/for-devs/third-party-docs/Openfort/openfort.mdx

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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'
44
author: Joan Alavedra
55
sme: joalavedra
66
sidebar_label: 'Openfort'
@@ -12,33 +12,33 @@ The following document was contributed by [@joalavedra](https://github.com/joala
1212

1313
:::
1414

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.
1616

17-
Openfort enables you to:
17+
### [Openfort Kit](https://www.openfort.io/docs/products/kit/react/quickstart)
1818

19-
- 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:
2220

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.
2424

25-
## Openfort dashboard
25+
### [Invisible Wallet](https://www.openfort.io/docs/products/embedded-wallet/javascript)
2626

27-
The Openfort dashboard allows you to:
27+
Invisible Wallet enables applications to onboard users without requiring them to interact directly with traditional wallet interfaces. Features include:
2828

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.
3432

35-
:::info Openfort Dashboard
33+
### [Cross-app Wallet](https://www.openfort.io/docs/products/cross-app-wallet/setup)
3634

37-
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:
3836

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.
4040

41-
## How to implement a gasless transaction on Arbitrum using Openfort
41+
## How to implement a sponsored transaction on Arbitrum using Openfort
4242

4343
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.
4444

@@ -130,16 +130,14 @@ By following these steps, you've created a gasless transaction on Arbitrum using
130130

131131
:::info Detailed tutorial
132132

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/).
134134

135135
:::
136136

137137
## Connect with Openfort
138138

139139
Need further assistance? Reach out to Openfort for support and stay updated:
140140

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)
145143
- Check out Openfort on [GitHub](https://github.com/openfort-xyz)

0 commit comments

Comments
 (0)