Skip to content

Commit 74383d0

Browse files
authoredFeb 24, 2025··
Add cross vm scaffold to home page (#1156)
* Add cross vm scaffold to home page * Update heading and description --------- Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com>
1 parent 86300f8 commit 74383d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

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

+11
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,17 @@ export const buildGridData = {
174174
window.location.href = 'evm/cadence/vm-bridge';
175175
}
176176
},
177+
{
178+
heading: 'Cadence + EVM Scaffold',
179+
description: 'A scaffold for seamlessly integrating Cadence into your Wagmi/RainbowKit app to batch write contract calls, conditionally execute transactions, and more.',
180+
iconColor: 'green',
181+
cardColor: 'black',
182+
icon: 'batched-evm-transactions',
183+
variant: 'horizontal',
184+
onClick: () => {
185+
window.open('https://github.com/jribbink/cross-vm-app', '_blank')
186+
},
187+
},
177188
],
178189
},
179190
],

0 commit comments

Comments
 (0)
Please sign in to comment.