Skip to content

Commit 326a626

Browse files
committed
removed formatting
1 parent 2cee2ee commit 326a626

File tree

1 file changed

+15
-73
lines changed

1 file changed

+15
-73
lines changed

src/data/externalTutorials.json

Lines changed: 15 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@
5454
"description": "What is fuzz testing? What are invariant tests? We introduce how to use these tools in Web3 & Solidity and explain why they are essential, especially for security. ",
5555
"author": "Patrick Collins",
5656
"authorGithub": "https://github.com/PatrickAlphaC",
57-
"tags": [
58-
"security"
59-
],
57+
"tags": ["security"],
6058
"skillLevel": "beginner",
6159
"timeToRead": "9",
6260
"lang": "en",
@@ -68,9 +66,7 @@
6866
"description": "Smart Contract Auditing | What it is, what to expect, and where to look for one. Everything you need to know!",
6967
"author": "Patrick Collins",
7068
"authorGithub": "https://github.com/PatrickAlphaC",
71-
"tags": [
72-
"security"
73-
],
69+
"tags": ["security"],
7470
"skillLevel": "beginner",
7571
"timeToRead": "5",
7672
"lang": "en",
@@ -82,9 +78,7 @@
8278
"description": "We look at formal verification & symbolic execution with two Trail of Bits Web3 security team members. Additionally, we review the value these techniques bring and compare them to other tools.",
8379
"author": "Patrick Collins",
8480
"authorGithub": "https://github.com/PatrickAlphaC",
85-
"tags": [
86-
"security"
87-
],
81+
"tags": ["security"],
8882
"skillLevel": "intermediate",
8983
"timeToRead": "10",
9084
"lang": "en",
@@ -182,11 +176,7 @@
182176
"description": "We build a minimal Foundry project using a staking application to show you how to work with Foundry.",
183177
"author": "Patrick Collins",
184178
"authorGithub": "https://github.com/PatrickAlphaC",
185-
"tags": [
186-
"solidity",
187-
"foundry",
188-
"video"
189-
],
179+
"tags": ["solidity", "foundry", "video"],
190180
"skillLevel": "beginner",
191181
"timeToRead": "19",
192182
"lang": "en",
@@ -218,14 +208,7 @@
218208
"description": "Using Compound and Openzeppelin as a basis, we build a 100% on-chain DAO using an ERC20 governance token for votes.",
219209
"author": "Patrick Collins",
220210
"authorGithub": "https://github.com/PatrickAlphaC",
221-
"tags": [
222-
"solidity",
223-
"typescript",
224-
"hardhat",
225-
"defi",
226-
"dao",
227-
"video"
228-
],
211+
"tags": ["solidity", "typescript", "hardhat", "defi", "dao", "video"],
229212
"skillLevel": "beginner",
230213
"timeToRead": "86",
231214
"lang": "en",
@@ -237,13 +220,7 @@
237220
"description": "Using Compound and Openzeppelin as a basis, we build a 100% on-chain DAO using an ERC20 governance token for votes.",
238221
"author": "Patrick Collins",
239222
"authorGithub": "https://github.com/PatrickAlphaC",
240-
"tags": [
241-
"solidity",
242-
"typescript",
243-
"hardhat",
244-
"defi",
245-
"dao"
246-
],
223+
"tags": ["solidity", "typescript", "hardhat", "defi", "dao"],
247224
"skillLevel": "beginner",
248225
"timeToRead": "6",
249226
"lang": "en",
@@ -275,9 +252,7 @@
275252
"description": "We explore the steps one needs to take to enter the world as a blockchain developer and engineer. We talk about how to get there.",
276253
"author": "Patrick Collins",
277254
"authorGithub": "https://github.com/PatrickAlphaC",
278-
"tags": [
279-
"solidity"
280-
],
255+
"tags": ["solidity"],
281256
"skillLevel": "beginner",
282257
"timeToRead": "12",
283258
"lang": "en",
@@ -309,12 +284,7 @@
309284
"description": "Learn how to make multiple API calls to a blockchain node with a single API call to a multicall contract.",
310285
"author": "Patrick Collins",
311286
"authorGithub": "https://github.com/PatrickAlphaC",
312-
"tags": [
313-
"brownie",
314-
"web3.py",
315-
"video",
316-
"python"
317-
],
287+
"tags": ["brownie", "web3.py", "video", "python"],
318288
"skillLevel": "intermediate",
319289
"timeToRead": "15",
320290
"lang": "en",
@@ -448,12 +418,7 @@
448418
"description": "Hardhat's beginners guide to Ethereum contracts and dapp development",
449419
"author": "Hardhat",
450420
"authorGithub": "https://https://hardhat.org/",
451-
"tags": [
452-
"hardhat",
453-
"solidity",
454-
"testing",
455-
"smart contracts"
456-
],
421+
"tags": ["hardhat", "solidity", "testing", "smart contracts"],
457422
"skillLevel": "beginner",
458423
"lang": "en",
459424
"publishDate": "06/22/2021"
@@ -464,13 +429,7 @@
464429
"description": "Building Full Stack dapps with React, Ethers.js, Solidity, and Hardhat",
465430
"author": "Nader Dabit",
466431
"authorGithub": "https://github.com/dabit3",
467-
"tags": [
468-
"solidity",
469-
"hardhat",
470-
"ethers.js",
471-
"smart contracts",
472-
"react"
473-
],
432+
"tags": ["solidity", "hardhat", "ethers.js", "smart contracts", "react"],
474433
"skillLevel": "beginner",
475434
"timeToRead": "18",
476435
"lang": "en",
@@ -482,11 +441,7 @@
482441
"description": "Build, mint, and send around your own ERC721!",
483442
"author": "Austin Griffith",
484443
"authorGithub": "https://github.com/austintgriffith",
485-
"tags": [
486-
"solidity",
487-
"smart contracts",
488-
"react"
489-
],
444+
"tags": ["solidity", "smart contracts", "react"],
490445
"skillLevel": "beginner",
491446
"lang": "en",
492447
"publishDate": "08/03/2021"
@@ -497,12 +452,7 @@
497452
"description": "Build, test and ship your own decentralized staking app!",
498453
"author": "Austin Griffith",
499454
"authorGithub": "https://github.com/austintgriffith",
500-
"tags": [
501-
"solidity",
502-
"smart contracts",
503-
"react",
504-
"testing"
505-
],
455+
"tags": ["solidity", "smart contracts", "react", "testing"],
506456
"skillLevel": "beginner",
507457
"lang": "en",
508458
"publishDate": "08/15/2021"
@@ -513,10 +463,7 @@
513463
"description": "Learn how to fetch the current price of Bitcoin, Ethereum and other cryptocurrencies in your Solidity smart contracts.",
514464
"author": "Harry Papacharissiou",
515465
"authorGithub": "https://github.com/kwsantiago",
516-
"tags": [
517-
"solidity",
518-
"oracles"
519-
],
466+
"tags": ["solidity", "oracles"],
520467
"skillLevel": "beginner",
521468
"lang": "en",
522469
"publishDate": "01/05/2021"
@@ -527,14 +474,9 @@
527474
"description": "devpill.me is a public good blockchain development guide aimed at becoming the go-to learning resource aggregator for building on Ethereum and its wider ecosystem of scaling solutions and applications.",
528475
"author": "dcbuilder",
529476
"authorGithub": "https://github.com/dcbuild3r",
530-
"tags": [
531-
"frontend",
532-
"backend",
533-
"smart contracts",
534-
"solidity"
535-
],
477+
"tags": ["frontend", "backend", "smart contracts", "solidity"],
536478
"skillLevel": "beginner",
537479
"lang": "en",
538480
"publishDate": "03/22/2023"
539481
}
540-
]
482+
]

0 commit comments

Comments
 (0)