2
2
title : Smart Wallets
3
3
description : Build zero-friction user onboarding and transactions end-to-end with one SDK.
4
4
slug : wallets
5
+ layout : overview
6
+ hide-toc : true
5
7
---
6
8
7
9
<style >{ `
@@ -40,7 +42,7 @@ slug: wallets
40
42
41
43
## Everything you need for onchain applications
42
44
43
- <CardGroup cols = { 2 } >
45
+ <CardGroup cols = { 3 } >
44
46
<Card
45
47
small
46
48
title = " User onboarding"
@@ -54,21 +56,21 @@ slug: wallets
54
56
icon = " gas-pump"
55
57
href = " /wallets/transactions/sponsor-gas/sponsor-gas"
56
58
>
57
- Remove gas fees for users to drive transaction growth .
59
+ Remove gas fees for users.
58
60
</Card >
59
61
<Card
60
62
title = " Batching"
61
63
icon = " bolt"
62
64
href = " /wallets/transactions/send/batch-user-operations"
63
65
>
64
- Multiple transactions in one click on EVM and Solana.
66
+ Multiple transactions in 1 click on EVM & Solana.
65
67
</Card >
66
68
<Card
67
69
title = " Whitelabel UI"
68
70
icon = " fa-solid fa-pencil"
69
71
href = " /wallets/pages/react/customization/theme"
70
72
>
71
- Pre-built UI components and fully whitelabel solutions .
73
+ Pre-built UI components or fully whitelabel.
72
74
</Card >
73
75
<Card title = " Funding flows" icon = " shield" href = " /wallets/funding/signup" >
74
76
Instant fiat onramping for payments.
@@ -78,13 +80,13 @@ slug: wallets
78
80
icon = " sliders"
79
81
href = " /wallets/signer/policies/overview"
80
82
>
81
- Set permissions and automations across chains .
83
+ Advanced permissions and automations.
82
84
</Card >
83
85
</CardGroup >
84
86
85
87
## Frameworks
86
88
87
- <CardGroup cols = { 2 } >
89
+ <CardGroup cols = { 4 } >
88
90
<Card
89
91
title = " React"
90
92
icon = " fa-brands fa-react"
@@ -99,11 +101,7 @@ slug: wallets
99
101
>
100
102
Native mobile wallet experiences.
101
103
</Card >
102
- <Card
103
- title = " Other Javascript Frameworks"
104
- icon = " fa-brands fa-js"
105
- href = " /wallets/core/overview"
106
- >
104
+ <Card title = " Javascript" icon = " fa-brands fa-js" href = " /wallets/core/overview" >
107
105
Framework-agnostic implementation.
108
106
</Card >
109
107
<Card
@@ -146,7 +144,7 @@ slug: wallets
146
144
147
145
## Resources
148
146
149
- <CardGroup cols = { 1 } >
147
+ <CardGroup cols = { 3 } >
150
148
<Card
151
149
title = " Support"
152
150
icon = " fa-solid fa-question"
@@ -159,7 +157,7 @@ slug: wallets
159
157
icon = " fa-solid fa-book"
160
158
href = " /wallets/recipes/overview"
161
159
>
162
- Implement common features with end -to-end guides.
160
+ End -to-end guides for common features .
163
161
</Card >
164
162
<Card
165
163
title = " Pricing"
0 commit comments