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: apps/portal/src/app/connect/wallet/get-started/page.mdx
+10-27Lines changed: 10 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,21 @@ import { ExternalLink } from "lucide-react";
10
10
11
11
exportconst metadata =createMetadata({
12
12
image: {
13
-
title: "Get started with Connect",
13
+
title: "Get started with wallets",
14
14
icon: "wallets",
15
15
},
16
-
title: "Get started with Connect",
17
-
description: "Get started with Connect",
16
+
title: "Get started with wallets",
17
+
description: "Get started with wallets",
18
18
});
19
19
20
-
# Get Started with Connect
20
+
# Get Started with wallets
21
21
22
-
Connect offers multiple ways to integrate wallet functionality in your application:
22
+
There are 4 types of wallets you can integrate into your app with thirdweb:
23
23
24
-
1.**External Wallets** - Connect to existing wallets like MetaMask, Coinbase Wallet, etc.
25
-
2.**In-App Wallets** - Create wallets with social/email login.
26
-
3.**Ecosystem Wallets** - Create wallets with social/email login that is shareable across various applications.
24
+
-**External Wallets** - Connect to existing web3 wallets like MetaMask, Coinbase Wallet, etc.
25
+
-**In-App Wallets** - Create embedded, branded and customizable wallets for your app, or game.
26
+
-[**Ecosystem Wallets**](/connect/wallet/ecosystem/set-up) - Create a branded and customizable wallet offering users a unified identity across your entire ecosystem of apps or games.
27
+
-[**Smart Wallets (Account Abstraction)**](/connect/account-abstraction/get-started) - leverage account abstraction to unlock complex functionality such as gasless & signless transactions.
27
28
28
29
These methods can be used independently or together in the same application to provide the best experience for your users.
29
30
@@ -155,7 +156,7 @@ Before diving into the implementation, check out our playground to see all the v
155
156
156
157
### Setup Ecosystem Wallet
157
158
158
-
Create shareable wallets across multiple applications:
159
+
Create a single unified identity for your users with our branded, customizable wallets built for supporting multiple apps and games within an entire ecosystem.
0 commit comments