Skip to content

Commit e13932c

Browse files
committed
Add block exploreres and Flow Runner to front page
1 parent b383d32 commit e13932c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/ui/design-system/src/lib/Pages/HomePage/GridData/BuildGridData.tsx

+35
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,40 @@ export const buildGridData = {
162162
},
163163
],
164164
},
165+
{
166+
title: 'Tools',
167+
cards: [
168+
{
169+
heading: 'Cadence Block Explorer',
170+
description:
171+
'Search for users, transactions, and contracts on the Flow Cadence blockchain.',
172+
iconColor: 'green',
173+
cardColor: 'black',
174+
icon: 'flow-cadence',
175+
variant: 'horizontal',
176+
href: 'https://www.flowscan.io/',
177+
},
178+
{
179+
heading: 'EVM Block Explorer',
180+
description:
181+
'Search for users, transactions, and contracts on the Flow EVM blockchain.',
182+
iconColor: 'green',
183+
cardColor: 'black',
184+
icon: 'evm-on-flow',
185+
variant: 'horizontal',
186+
href: 'https://evm.flowscan.io/',
187+
},
188+
{
189+
heading: 'Flow Runner',
190+
description:
191+
'Run Flow Cadence scripts and transactions in the browser with Flow Runner.',
192+
iconColor: 'green',
193+
cardColor: 'black',
194+
icon: 'hello-world',
195+
variant: 'horizontal',
196+
href: 'https://run.dnz.dev/',
197+
},
198+
],
199+
},
165200
],
166201
};

0 commit comments

Comments
 (0)