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
Wallets is the complete toolkit for connecting every user to your application. It features customizable onboarding flows, self-custodial in-app wallets, account abstraction, onramps, and a performant API to interact with the blockchain.
41
+
Wallets is a complete toolkit for connecting any user to your application. It includes **customizable components** for onboarding, **embedded wallets** , **account abstraction**
42
+
for gasless transactions, **server wallets** for developers to carry out transactions, and a secure **non-custodial key management system**.
40
43
41
44
## Live Playground
42
45
43
-
You can interact with the React SDK in the [Live Playground](https://playground.thirdweb.com/).
44
-
45
46
<Stack>
46
47
47
48
<ArticleIconCard
48
-
title="Try the demo"
49
-
icon={ExternalLink}
49
+
title="Try Wallets"
50
+
icon={ExternalLinkIcon}
50
51
href="https://playground.thirdweb.com"
51
-
description="See the SDK in action on the live playground"
52
+
description="Try out the wallet components live in the interactive playground"
description="Secure non-custodial wallets only accessible by the owner."
65
+
iconUrl={<UserLockIcon />}
66
+
/>
67
+
68
+
<FeatureCard
69
+
title="EOA Support"
70
+
description="Connect to over 500+ EOA wallet providers for crypto native users."
71
+
iconUrl={<WalletCardsIcon />}
72
+
/>
73
+
74
+
<FeatureCard
75
+
title="Gas Sponsorship"
76
+
description="Support for gasless transactions with account abstraction."
77
+
iconUrl={<FuelIcon />}
78
+
/>
79
+
80
+
<FeatureCard
81
+
title="Ecosystem Wallets"
82
+
description="Global wallets to connect your users to any application in an ecosystem."
83
+
iconUrl={<MonitorCheckIcon />}
84
+
/>
85
+
86
+
<FeatureCard
87
+
title="Cross Platform Support"
88
+
description="Create and manage wallets for web, mobile, games, and agents."
89
+
iconUrl={<MonitorSmartphoneIcon />}
90
+
/>
91
+
57
92
58
-
Get started with Wallets in your preferred language.
93
+
<FeatureCard
94
+
title="One-Click Funding"
95
+
description="Buy crypto or swap tokens directly in the wallet modal."
96
+
iconUrl={<HandCoinsIcon />}
97
+
/>
98
+
99
+
<FeatureCard
100
+
title="Authentication"
101
+
description="Enable SIWE standard for blockchain-based ID verification."
102
+
iconUrl={<IdCardIcon />}
103
+
/>
104
+
105
+
<FeatureCard
106
+
title="Hardware-Level Security"
107
+
description="Built with AWS Enclaves (TEE) to isolate and protect keys."
108
+
iconUrl={<ShieldCheckIcon />}
109
+
/>
110
+
111
+
</div>
112
+
113
+
## Quick Starts
59
114
60
115
<Grid>
61
116
<SDKCard
@@ -78,37 +133,15 @@ Get started with Wallets in your preferred language.
78
133
/>
79
134
</Grid>
80
135
81
-
## With Wallets, you can
82
-
83
-
-**Connect to 500+ different wallet providers** with support for every EVM network
84
-
-**Log in and authenticate your users** with customizable and secure [email, phone, passkeys and social login](https://portal.thirdweb.com/connect/in-app-wallet/overview) flows.
85
-
-**Sponsor transactions** to seamlessly onboard non-native or new crypto users with [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction/overview).
86
-
-**Perform wallet actions** like connecting and disconnecting wallets, viewing balance, displaying ENS names, and execute transactions with our [performant, reliable and type safe API](https://portal.thirdweb.com/connect/blockchain-api)
87
-
-**Easily integrate with thirdweb's contracts** to enable users to interact with your application.
88
-
-**Facilitate payments** by letting user top up their wallets or do onchain purchases with a credit card with [Pay](https://portal.thirdweb.com/connect/pay/overview).
89
-
90
-
<Calloutvariant="info"title="Have you generated a client ID?">
91
-
<divclassName="flex flex-col gap-4 items-start">
92
-
<p>
93
-
You'll need a client ID to access the Wallet APIs, storage, and more.
Payments allows you to create both simple and advanced payment flows for bridging, swapping, onramping, and peer-to-peer purchases. It's been used to drive millions in NFT sales, bridge native tokens to brand new chains, send stablecoins between users, and more.
19
19
20
-
To get started check out the [SDK functions](https://portal.thirdweb.com/typescript/v5/buy/quote), [API reference](https://bridge.thirdweb.com/reference), or [playground](https://playground.thirdweb.com/connect/pay).
0 commit comments