Skip to content

Commit 8cea85c

Browse files
committed
final revisions to wallet get started
1 parent 645fb29 commit 8cea85c

File tree

1 file changed

+8
-11
lines changed
  • apps/portal/src/app/connect/wallet/get-started

1 file changed

+8
-11
lines changed

apps/portal/src/app/connect/wallet/get-started/page.mdx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,21 @@ import { ExternalLink } from "lucide-react";
1010

1111
export const metadata = createMetadata({
1212
image: {
13-
title: "Get started with thirdweb Wallets",
13+
title: "Get started with wallets",
1414
icon: "wallets",
1515
},
1616
title: "Get started with wallets",
1717
description: "Get started with wallets",
1818
});
1919

20-
# Get Started with thirdweb Wallet
20+
# Get Started with wallets
2121

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:
2323

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

3229
These methods can be used independently or together in the same application to provide the best experience for your users.
3330

@@ -159,7 +156,7 @@ Before diving into the implementation, check out our playground to see all the v
159156

160157
### Setup Ecosystem Wallet
161158

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

164161
```typescript
165162
import { createThirdwebClient, ecosystemWallet } from "thirdweb";

0 commit comments

Comments
 (0)