Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup excessive tags on Tutorials page #14817

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
"alchemy",
"smart contracts",
"deploying",
"blockexplorer",
"block explorer",
"frontend",
"transactions",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tags:
"smart contracts",
"querying",
"the graph",
"create-eth-app",
"react",
]
skill: intermediate
Expand Down
12 changes: 5 additions & 7 deletions src/data/externalTutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"tags": [
"solidity",
"remix",
"ethersjs",
"ethers.js",
"smart contracts",
"openzeppelin",
"alchemy",
Expand All @@ -159,7 +159,7 @@
"tags": [
"solidity",
"hardhat",
"ethersjs",
"ethers.js",
"smart contracts",
"react",
"nextjs",
Expand Down Expand Up @@ -236,7 +236,7 @@
"hardhat",
"nextjs",
"moralis",
"ethersjs",
"ethers.js",
"video"
],
"skillLevel": "beginner",
Expand Down Expand Up @@ -280,8 +280,7 @@
"hardhat",
"nextjs",
"moralis",
"web3modal",
"ethersjs"
"ethers.js"
],
"skillLevel": "beginner",
"timeToRead": "14",
Expand Down Expand Up @@ -511,8 +510,7 @@
"smart contracts",
"solidity",
"yul",
"storage",
"memory"
"storage"
],
"skillLevel": "beginner",
"lang": "en",
Expand Down