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: src/pages/index.tsx
+47-43Lines changed: 47 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -14,74 +14,78 @@ export default function Home(): JSX.Element {
14
14
title={siteConfig.title}
15
15
description="Build with the world's leading self-custodial crypto wallet."
16
16
button={{
17
-
label: 'Get Started',
18
-
href: '/sdk',
17
+
label: 'Playground',
18
+
href: '/playground',
19
19
icon: 'arrow-right',
20
20
}}
21
21
/>
22
-
<SectionIntrodescription="What do you want to build with MetaMask? Whether you're integrating with the extension, embedding smart accounts, or scaling with powerful infrastructure—choose a path below to get started."/>
22
+
23
+
<SectionIntrodescription="Get started with the following resources:"/>
24
+
23
25
<CardSection
24
-
title="Connect to MetaMask extension and mobile"
25
-
description="Connect your dapp to the MetaMask browser extension and MetaMask mobile app. Ideal for users who want full control over their keys and transactions."
26
26
colorPalette="purple"
27
27
cards={[
28
28
{
29
-
title: 'MetaMask SDK',
30
-
description:
31
-
'Provide your users a fast, reliable, and seamless connection to MetaMask extension and mobile.',
32
-
href: '/sdk',
33
-
buttonIcon: "arrow-right",
29
+
title: 'Features',
30
+
description: 'Explore MetaMask features and capabilities for developers.',
31
+
href: '/features/',
32
+
buttonIcon: 'arrow-right',
33
+
},
34
+
{
35
+
title: 'Tutorials',
36
+
description: 'Step-by-step guides to help you build with MetaMask.',
37
+
href: '/tutorials/',
38
+
buttonIcon: 'arrow-right',
34
39
},
35
40
{
36
-
title: 'Wallet API',
37
-
description:
38
-
"Directly integrate your dapp with the MetaMask extension, and interact with your users' accounts.",
39
-
href: '/wallet',
40
-
buttonIcon: "arrow-right",
41
+
title: 'Quickstart',
42
+
description: 'Get up and running quickly with our quickstart guides.',
43
+
href: '/quick-start',
44
+
buttonIcon: 'arrow-right',
41
45
},
42
46
]}
43
47
/>
44
48
49
+
<SectionIntrodescription="What do you want to do with MetaMask?"/>
50
+
45
51
<CardSection
46
-
title="Add an embedded MetaMask wallet"
47
-
description="Enable embedded wallets and smart accounts directly within your dapp. Ideal for seamless onboarding, custom permission controls, and mobile-first, or first-time user experiences."
48
52
colorPalette="purple"
49
53
cards={[
50
54
{
51
-
title: 'Delegation Toolkit',
52
-
description:
53
-
'Integrate MetaMask Smart Accounts into your dapp. Create embedded wallets that support delegated permissions, gas abstraction, and secure execution.',
55
+
title: 'Connect to MetaMask',
56
+
description: 'Connect your dapp to the MetaMask browser extension and mobile app. Ideal for users who want full control over their keys and transactions.',
57
+
href: '/sdk',
58
+
buttonIcon: 'arrow-right',
59
+
},
60
+
{
61
+
title: 'Create embedded wallets',
62
+
description: 'Onboard power users and first-time users in seconds via social logins, passkeys, or by integrating your own authentication providers.',
63
+
href: '/sdk',
64
+
buttonIcon: 'arrow-right',
65
+
},
66
+
{
67
+
title: 'Create smart accounts',
68
+
description: 'Integrate MetaMask Smart Accounts into your dapp. Create smart wallets that support delegated permissions, gas abstraction, and secure execution.',
54
69
href: '/delegation-toolkit',
55
-
buttonIcon: "arrow-right",
70
+
buttonIcon: 'arrow-right',
56
71
},
57
72
{
58
-
title: 'Embedded Wallets SDK',
59
-
description:
60
-
'Onboard power users and first-time users in seconds via social logins, passkeys, or by integrating your own authentication providers.',
61
-
href: 'https://web3auth.io/docs/',
62
-
buttonIcon: "external-arrow",
73
+
title: 'Build and scale your dapp',
74
+
description: 'Use high performance APIs provided by MetaMask and Infura to build and scale your dapp or Snap.',
75
+
href: '/services',
76
+
buttonIcon: 'arrow-right',
63
77
},
64
-
]}
65
-
/>
66
-
67
-
<CardSection
68
-
title="Extend MetaMask and scale your dapp"
69
-
description="Extend MetaMask's capabilities and build scalable dapps with developer tools, hosted infrastructure, and customizable Snaps."
70
-
colorPalette="purple"
71
-
cards={[
72
78
{
73
-
title: 'Snaps',
74
-
description:
75
-
'Create a custom mini app that runs inside the MetaMask extension. Add support for custom networks, accounts types, and APIs.',
79
+
title: 'Extend MetaMask\'s capabilities',
80
+
description: 'Create a custom mini app that runs inside the MetaMask extension. Add support for custom networks, accounts types, and APIs.',
76
81
href: '/snaps',
77
-
buttonIcon: "arrow-right",
82
+
buttonIcon: 'arrow-right',
78
83
},
79
84
{
80
-
title: 'Services',
81
-
description:
82
-
'Use high performance APIs provided by MetaMask and Infura to build and scale your dapp or Snap.',
83
-
href: '/services',
84
-
buttonIcon: "arrow-right",
85
+
title: 'Get testnet tokens',
86
+
description: 'Access testnet tokens for development and testing purposes.',
0 commit comments