Skip to content

Commit 3581b78

Browse files
committed
Cleanup tags
1 parent 70628b3 commit 3581b78

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed

public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
"alchemy",
1010
"smart contracts",
1111
"deploying",
12-
"blockexplorer",
12+
"block explorer",
1313
"frontend",
1414
"transactions",
1515
]

public/content/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Slither to find smart contract bugs
33
description: How to use Slither to automatically find bugs in smart contracts
44
author: Trailofbits
55
lang: en
6-
tags: ["solidity", "smart contracts", "security", "testing", "static analysis"]
6+
tags: ["solidity", "smart contracts", "security", "testing"]
77
skill: advanced
88
published: 2020-06-09
99
source: Building secure contracts

public/content/developers/tutorials/ipfs-decentralized-ui/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IPFS for decentralized user interfaces
33
description: This tutorial teaches the reader how to use IPFS to store the user interface for a dapp. Although the application's data and business logic are decentralized, without a censorship resistant user interface users might lose access to it anyway.
44
author: Ori Pomerantz
5-
tags: ["ipfs", "user interface"]
5+
tags: ["ipfs"]
66
skill: beginner
77
lang: en
88
published: 2024-06-29

public/content/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Kickstart your dapp frontend development with create-eth-app
33
description: An overview of how to use create-eth-app and its features
44
author: "Markus Waas"
55
tags:
6-
["create-eth-app", "frontend", "javascript", "ethers.js", "the graph", "defi"]
6+
["frontend", "javascript", "ethers.js", "the graph", "defi"]
77
skill: beginner
88
lang: en
99
published: 2020-04-27

public/content/developers/tutorials/server-components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: After reading this tutorial, you will be able to write TypeScript s
44

55
author: Ori Pomerantz
66
lang: en
7-
tags: ["agent", "server", "offchain", "centralized"]
7+
tags: ["agent", "server", "offchain"]
88
skill: beginner
99
published: 2024-07-15
1010
---

public/content/developers/tutorials/the-graph-fixing-web3-data-querying/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tags:
99
"smart contracts",
1010
"querying",
1111
"the graph",
12-
"create-eth-app",
1312
"react",
1413
]
1514
skill: intermediate

src/data/externalTutorials.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"tags": [
136136
"solidity",
137137
"remix",
138-
"ethersjs",
138+
"ethers.js",
139139
"smart contracts",
140140
"openzeppelin",
141141
"alchemy",
@@ -159,7 +159,7 @@
159159
"tags": [
160160
"solidity",
161161
"hardhat",
162-
"ethersjs",
162+
"ethers.js",
163163
"smart contracts",
164164
"react",
165165
"nextjs",
@@ -236,7 +236,7 @@
236236
"hardhat",
237237
"nextjs",
238238
"moralis",
239-
"ethersjs",
239+
"ethers.js",
240240
"video"
241241
],
242242
"skillLevel": "beginner",
@@ -280,8 +280,7 @@
280280
"hardhat",
281281
"nextjs",
282282
"moralis",
283-
"web3modal",
284-
"ethersjs"
283+
"ethers.js"
285284
],
286285
"skillLevel": "beginner",
287286
"timeToRead": "14",
@@ -511,8 +510,7 @@
511510
"smart contracts",
512511
"solidity",
513512
"yul",
514-
"storage",
515-
"memory"
513+
"storage"
516514
],
517515
"skillLevel": "beginner",
518516
"lang": "en",

0 commit comments

Comments
 (0)