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
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,21 @@ import { ExternalLink } from "lucide-react";
10
10
11
11
exportconst metadata =createMetadata({
12
12
image: {
13
-
title: "Get started with thirdweb Wallets",
13
+
title: "Get started with wallets",
14
14
icon: "wallets",
15
15
},
16
16
title: "Get started with wallets",
17
17
description: "Get started with wallets",
18
18
});
19
19
20
-
# Get Started with thirdweb Wallet
20
+
# Get Started with wallets
21
21
22
-
There are 4 types of wallets you can integrate into your app with thirdweb:
22
+
There are 4 types of wallets you can integrate into your app with thirdweb:
23
23
24
-
-**External Wallets** - Connect to existing [web3](#) wallets like MetaMask, Coinbase Wallet, etc.
25
-
26
-
-**In-App Wallets** - Create [embedded, branded and customizable](#) wallets for your [app, or game](#).
27
-
28
-
-**Ecosystem Wallets** - Create a branded and customizable wallet offering users a unified identity across your entire ecosystem of apps or games.
29
-
30
-
-**Smart wallets** - leverage account abstraction to unlock complex functionality such as [gasless & signless transactions](#).
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.
31
28
32
29
These methods can be used independently or together in the same application to provide the best experience for your users.
33
30
@@ -159,7 +156,7 @@ Before diving into the implementation, check out our playground to see all the v
159
156
160
157
### Setup Ecosystem Wallet
161
158
162
-
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