From 3581b78ddda5686321cd6c75d60f2f7e207ddbd6 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 4 Feb 2025 04:38:41 +0800 Subject: [PATCH] Cleanup tags --- .../hello-world-smart-contract-fullstack/index.md | 2 +- .../index.md | 2 +- .../tutorials/ipfs-decentralized-ui/index.md | 2 +- .../index.md | 2 +- .../developers/tutorials/server-components/index.md | 2 +- .../the-graph-fixing-web3-data-querying/index.md | 1 - src/data/externalTutorials.json | 12 +++++------- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md b/public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md index e8b357c9faf..e5f2734181d 100644 --- a/public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md +++ b/public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md @@ -9,7 +9,7 @@ tags: "alchemy", "smart contracts", "deploying", - "blockexplorer", + "block explorer", "frontend", "transactions", ] diff --git a/public/content/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/index.md b/public/content/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/index.md index 813412bef7f..5fc5a28b581 100644 --- a/public/content/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/index.md +++ b/public/content/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/index.md @@ -3,7 +3,7 @@ title: How to use Slither to find smart contract bugs description: How to use Slither to automatically find bugs in smart contracts author: Trailofbits lang: en -tags: ["solidity", "smart contracts", "security", "testing", "static analysis"] +tags: ["solidity", "smart contracts", "security", "testing"] skill: advanced published: 2020-06-09 source: Building secure contracts diff --git a/public/content/developers/tutorials/ipfs-decentralized-ui/index.md b/public/content/developers/tutorials/ipfs-decentralized-ui/index.md index 29447bddcf4..4f4db3e2e68 100644 --- a/public/content/developers/tutorials/ipfs-decentralized-ui/index.md +++ b/public/content/developers/tutorials/ipfs-decentralized-ui/index.md @@ -2,7 +2,7 @@ title: IPFS for decentralized user interfaces 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. author: Ori Pomerantz -tags: ["ipfs", "user interface"] +tags: ["ipfs"] skill: beginner lang: en published: 2024-06-29 diff --git a/public/content/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/index.md b/public/content/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/index.md index 15527d37798..0607459956c 100644 --- a/public/content/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/index.md +++ b/public/content/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/index.md @@ -3,7 +3,7 @@ title: Kickstart your dapp frontend development with create-eth-app description: An overview of how to use create-eth-app and its features author: "Markus Waas" tags: - ["create-eth-app", "frontend", "javascript", "ethers.js", "the graph", "defi"] + ["frontend", "javascript", "ethers.js", "the graph", "defi"] skill: beginner lang: en published: 2020-04-27 diff --git a/public/content/developers/tutorials/server-components/index.md b/public/content/developers/tutorials/server-components/index.md index 14fae60d5ab..baa23e3ed73 100644 --- a/public/content/developers/tutorials/server-components/index.md +++ b/public/content/developers/tutorials/server-components/index.md @@ -4,7 +4,7 @@ description: After reading this tutorial, you will be able to write TypeScript s author: Ori Pomerantz lang: en -tags: ["agent", "server", "offchain", "centralized"] +tags: ["agent", "server", "offchain"] skill: beginner published: 2024-07-15 --- diff --git a/public/content/developers/tutorials/the-graph-fixing-web3-data-querying/index.md b/public/content/developers/tutorials/the-graph-fixing-web3-data-querying/index.md index 6aed327d08c..6f9e0e95a55 100644 --- a/public/content/developers/tutorials/the-graph-fixing-web3-data-querying/index.md +++ b/public/content/developers/tutorials/the-graph-fixing-web3-data-querying/index.md @@ -9,7 +9,6 @@ tags: "smart contracts", "querying", "the graph", - "create-eth-app", "react", ] skill: intermediate diff --git a/src/data/externalTutorials.json b/src/data/externalTutorials.json index 7204118e040..c1d089cac0f 100644 --- a/src/data/externalTutorials.json +++ b/src/data/externalTutorials.json @@ -135,7 +135,7 @@ "tags": [ "solidity", "remix", - "ethersjs", + "ethers.js", "smart contracts", "openzeppelin", "alchemy", @@ -159,7 +159,7 @@ "tags": [ "solidity", "hardhat", - "ethersjs", + "ethers.js", "smart contracts", "react", "nextjs", @@ -236,7 +236,7 @@ "hardhat", "nextjs", "moralis", - "ethersjs", + "ethers.js", "video" ], "skillLevel": "beginner", @@ -280,8 +280,7 @@ "hardhat", "nextjs", "moralis", - "web3modal", - "ethersjs" + "ethers.js" ], "skillLevel": "beginner", "timeToRead": "14", @@ -511,8 +510,7 @@ "smart contracts", "solidity", "yul", - "storage", - "memory" + "storage" ], "skillLevel": "beginner", "lang": "en",