Skip to content

Commit cd23897

Browse files
committed
Add front page.
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent 87b1020 commit cd23897

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/pages/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ export default function Home(): JSX.Element {
2828
"Use the Wallet API to integrate your dapp with MetaMask. Connect to the MetaMask browser extension and interact with your users' accounts.",
2929
href: '/wallet',
3030
theme: '',
31+
},
32+
{
33+
title: 'Delegation Toolkit',
34+
description:
35+
'Integrate MetaMask smart accounts into your dapp. Create embedded wallets that support delegated permissions, gas abstraction, and secure execution.',
36+
href: '/gator',
37+
theme: '',
3138
},
3239
{
3340
title: 'Snaps',

0 commit comments

Comments
 (0)