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/ui/design-system/src/lib/Pages/HomePage/GridData/BuildGridData.tsx
+46-87
Original file line number
Diff line number
Diff line change
@@ -8,48 +8,57 @@ export const buildGridData = {
8
8
{
9
9
title: 'Getting Started',
10
10
cards: [
11
-
{
12
-
heading: 'Why Flow?',
11
+
{
12
+
heading: 'Cadence',
13
13
description:
14
-
'Learn what led Dieter Shirley, Chief Architect of Flow and co-author of the ERC-721 NFT standard to lead the development of a new L1 blockchain.',
14
+
'Learn why Dieter Shirley, co-author of the ERC-721 NFT standard, led the development of a new L1.',
15
15
iconColor: 'green',
16
16
cardColor: 'black',
17
-
icon: 'why-flow',
17
+
icon: 'flow-cadence',
18
+
variant: 'horizontal',
18
19
onClick: ()=>{
19
20
window.location.href='build/flow';
20
21
}
21
22
},
22
23
{
23
-
heading: 'A Better Language',
24
+
heading: 'EVM',
24
25
description:
25
-
'Cadence is a resource-oriented programming language that makes it easy to build secure, scalable, and composable applications.',
26
+
'Deploy your Solidity contracts on Flow to get sub-cent transaction fees, sponsored gas, and the ability to scale to millions of users.',
26
27
iconColor: 'green',
27
28
cardColor: 'black',
28
-
icon: 'flow-cadence',
29
+
icon: 'evm-on-flow',
30
+
variant: 'horizontal',
29
31
onClick: ()=>{
30
-
window.open('https://cadence-lang.org','_blank');
32
+
window.location.href='evm/about';
31
33
}
32
34
},
35
+
],
36
+
},
37
+
{
38
+
title: 'Learn Cadence',
39
+
cards: [
33
40
{
34
-
heading: 'Flow EVM',
41
+
heading: 'Hello World',
35
42
description:
36
-
'The future is here. Deploy your Solidity contracts on Flow to get sub-cent transaction fees, sponsored gas, and the ability to scale to millions of users.',
43
+
'Build and deploy your first contract, connect to it from the frontend, and call your smart contract functions - all in less than 30 minutes.',
'The Flow Command Line Interface (CLI) is a powerful tool that enables developers to seamlessly interact with the Flow blockchain across various environments.',
167
-
iconColor: 'green',
168
-
cardColor: 'black',
169
-
icon: 'flow-cli',
170
-
onClick: ()=>{
171
-
window.location.href='tools/flow-cli';
172
-
}
173
-
},
174
-
{
175
-
heading: 'Flow Emulator',
176
-
description:
177
-
'The Flow Emulator is a local blockchain environment that allows developers to test and develop their applications without the need to deploy to the mainnet or testnet.',
178
-
iconColor: 'green',
179
-
cardColor: 'black',
180
-
icon: 'flow-emulator',
181
-
onClick: ()=>{
182
-
window.location.href='tools/emulator';
183
-
}
184
-
},
185
-
{
186
-
heading: 'Flow Client Library (FCL)',
187
-
description:
188
-
'The Flow Client Library (FCL) JS is a package used to interact with user wallets and the Flow blockchain.',
189
-
iconColor: 'green',
190
-
cardColor: 'black',
191
-
icon: 'flow-client-library',
192
-
onClick: ()=>{
193
-
window.location.href='tools/clients/fcl-js';
194
-
}
195
-
},
196
-
{
197
-
heading: 'EVM Tools and Libraries',
198
-
description:
199
-
'Most of your favorite EVM tools and libraries are compatible with Flow. Learn how to work with Hardhat, Foundry, Wagmi, and more.',
200
-
iconColor: 'green',
201
-
cardColor: 'black',
202
-
icon: 'evm-tools',
203
-
onClick: ()=>{
204
-
window.location.href='evm/guides/wagmi';
205
-
}
206
-
},
207
-
{
208
-
heading: 'Other Clients',
209
-
description:
210
-
'Additional clients are available for interacting with the Flow blockchain using a number of popular languages, including Go, Python, Ruby, and JavaScript.',
0 commit comments