Skip to content

Commit 4ef0d41

Browse files
authored
Merge pull request #8631 from ethereum/removeUnwantedTutorialTags
Remove unwanted tutorial tags
2 parents 5f0bf55 + 7c5f79c commit 4ef0d41

File tree

29 files changed

+28
-120
lines changed
  • src
    • content
      • developers/tutorials
        • a-developers-guide-to-ethereum-part-one
        • all-you-can-cache
        • deploying-your-first-smart-contract
        • getting-started-with-ethereum-development-using-alchemy
        • hello-world-smart-contract
        • hello-world-smart-contract-fullstack
        • how-to-mint-an-nft
        • how-to-use-tellor-as-your-oracle
        • how-to-view-nft-in-metamask
        • how-to-write-and-deploy-an-nft
        • interact-with-other-contracts-from-solidity
        • learn-foundational-ethereum-topics-with-sql
        • merkle-proofs-for-offline-data-integrity
        • nft-minter
        • reverse-engineering-a-contract
        • short-abi
        • solidity-and-truffle-continuous-integration-setup
        • transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract
        • understand-the-erc-20-token-smart-contract
        • using-websockets
        • yellow-paper-evm
      • translations
        • de/developers/tutorials/a-developers-guide-to-ethereum-part-one
        • fr/developers/tutorials/a-developers-guide-to-ethereum-part-one
        • id/developers/tutorials
        • it/developers/tutorials/a-developers-guide-to-ethereum-part-one
        • pt-br/developers/tutorials/a-developers-guide-to-ethereum-part-one
        • ro/developers/tutorials/a-developers-guide-to-ethereum-part-one
    • data

29 files changed

+28
-120
lines changed

src/content/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: A Python developer's introduction to Ethereum, part 1
33
description: An introduction to Ethereum development, especially useful for those with knowledge of the Python programming language
44
author: Marc Garreau
55
lang: en
6-
tags: ["getting started", "python", "blockchain", "web3.py"]
6+
tags: ["python", "web3.py"]
77
skill: beginner
88
published: 2020-09-08
99
source: Snake charmers

src/content/developers/tutorials/all-you-can-cache/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "All you can cache"
33
description: Learn how to create and use a caching contract for cheaper rollup transactions
44
author: Ori Pomerantz
5-
tags: ["layer-2", "caching", "storage"]
5+
tags: ["layer 2", "caching", "storage"]
66
skill: intermediate
77
published: 2022-09-15
88
lang: en

src/content/developers/tutorials/deploying-your-first-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploying your first smart contract
33
description: An introduction to deploying your first smart contract on an Ethereum test network
44
author: "jdourlens"
5-
tags: ["smart contracts", "remix", "solidity", "getting started", "deploying"]
5+
tags: ["smart contracts", "remix", "solidity", "deploying"]
66
skill: beginner
77
lang: en
88
published: 2020-04-03

src/content/developers/tutorials/getting-started-with-ethereum-development-using-alchemy/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: Getting Started with Ethereum Development
33
description: "This is a beginner's guide to getting started with Ethereum development. We’ll take you from spinning up an API endpoint, to making a command line request, to writing your first web3 script! No blockchain development experience necessary!"
44
author: "Elan Halpern"
5-
tags:
6-
["getting started", "javascript", "ethers.js", "nodes", "querying", "alchemy"]
5+
tags: ["javascript", "ethers.js", "nodes", "querying", "alchemy"]
76
skill: beginner
87
lang: en
98
published: 2020-10-30

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ tags:
88
"hardhat",
99
"alchemy",
1010
"smart contracts",
11-
"getting started",
1211
"deploying",
1312
"etherscan",
1413
"verifying",
1514
"frontend",
1615
"transactions",
17-
"web3js",
1816
]
1917
skill: beginner
2018
lang: en

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
title: Hello World Smart Contract for Beginners
33
description: Introductory tutorial on writing and deploying a simple smart contract on Ethereum.
44
author: "elanh"
5-
tags:
6-
[
7-
"solidity",
8-
"hardhat",
9-
"alchemy",
10-
"smart contracts",
11-
"getting started",
12-
"deploying",
13-
]
5+
tags: ["solidity", "hardhat", "alchemy", "smart contracts", "deploying"]
146
skill: beginner
157
lang: en
168
published: 2021-03-31

src/content/developers/tutorials/how-to-mint-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to Mint an NFT (Part 2/3 of NFT Tutorial Series)
33
description: This tutorial describes how to mint an NFT on the Ethereum blockchain using our smart contract and Web3.
44
author: "Sumi Mudgil"
5-
tags: ["NFTs", "ERC-721", "alchemy", "solidity", "smart contracts"]
5+
tags: ["ERC-721", "alchemy", "solidity", "smart contracts"]
66
skill: beginner
77
lang: en
88
published: 2021-04-22

src/content/developers/tutorials/how-to-use-tellor-as-your-oracle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to Set Up Tellor as your Oracle
33
description: A guide to get started with integrating the Tellor oracle into your protocol
44
author: "Tellor"
55
lang: en
6-
tags: ["solidity", "smart contracts", "price feeds", "oracles"]
6+
tags: ["solidity", "smart contracts", "oracles"]
77
skill: beginner
88
published: 2021-06-29
99
source: Tellor Docs

src/content/developers/tutorials/how-to-view-nft-in-metamask/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: How to View Your NFT in Your Wallet (Part 3/3 of NFT Tutorial Series)
33
description: This tutorial describes how to view an existing an NFT on MetaMask!
44
author: "Sumi Mudgil"
5-
tags:
6-
["NFTs", "ERC-721", "Alchemy", "MetaMask", "non fungible tokens", "Solidity"]
5+
tags: ["ERC-721", "Alchemy", "MetaMask", "Solidity"]
76
skill: beginner
87
lang: en
98
published: 2021-04-22

src/content/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to Write & Deploy an NFT (Part 1/3 of NFT Tutorial Series)
33
description: This tutorial is Part 1 of a series on NFTs that will take you step by step on how to write and deploy a Non Fungible Token (ERC-721 token) smart contract using Ethereum and Inter Planetary File System (IPFS).
44
author: "Sumi Mudgil"
5-
tags: ["NFTs", "ERC-721", "Alchemy", "Solidity", "smart contracts"]
5+
tags: ["ERC-721", "Alchemy", "Solidity", "smart contracts"]
66
skill: beginner
77
lang: en
88
published: 2021-04-22

src/content/developers/tutorials/interact-with-other-contracts-from-solidity/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
title: Interact with other contracts from Solidity
33
description: How to deploy a smart contract from an existing contract and interact with it
44
author: "jdourlens"
5-
tags:
6-
[
7-
"smart contracts",
8-
"solidity",
9-
"remix",
10-
"factories",
11-
"deploying",
12-
"composability",
13-
]
5+
tags: ["smart contracts", "solidity", "remix", "deploying", "composability"]
146
skill: advanced
157
lang: en
168
published: 2020-04-05

src/content/developers/tutorials/learn-foundational-ethereum-topics-with-sql/index.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
title: Learn Foundational Ethereum Topics with SQL
33
description: This tutorial helps readers understand fundamental Ethereum concepts including transactions, blocks and gas by querying on-chain data with Structured Query Language (SQL).
44
author: "Paul Apivat"
5-
tags:
6-
[
7-
"SQL",
8-
"Querying",
9-
"Analytics",
10-
"Getting Started",
11-
"Dune Analytics",
12-
"Blocks",
13-
"Transactions",
14-
"Gas",
15-
]
5+
tags: ["SQL", "Querying", "Dune Analytics", "Transactions"]
166
skill: beginner
177
lang: en
188
published: 2021-05-11

src/content/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Merkle proofs for offline data integrity
33
description: Ensuring data integrity on chain for data that is stored, mostly, off chain
44
author: Ori Pomerantz
5-
tags: ["merkle", "integrity", "storage"]
5+
tags: ["storage"]
66
skill: advanced
77
lang: en
88
published: 2021-12-30

src/content/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@
22
title: NFT Minter Tutorial
33
description: In this tutorial, you’ll build an NFT minter and learn how to create a full stack dapp by connecting your smart contract to a React frontend using MetaMask and Web3 tools.
44
author: "smudgil"
5-
tags:
6-
[
7-
"solidity",
8-
"NFT",
9-
"minter",
10-
"alchemy",
11-
"smart contracts",
12-
"frontend",
13-
"UI",
14-
"wallet",
15-
"Pinata",
16-
]
5+
tags: ["solidity", "NFT", "alchemy", "smart contracts", "frontend", "Pinata"]
176
skill: intermediate
187
lang: en
198
published: 2021-10-06

src/content/developers/tutorials/reverse-engineering-a-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Reverse Engineering a Contract"
33
description: How to understand a contract when you don't have the source code
44
author: Ori Pomerantz
55
lang: en
6-
tags: ["evm", "opcodes", "reverse engineering", "decompiler"]
6+
tags: ["evm", "opcodes"]
77
skill: advanced
88
published: 2021-12-30
99
---

src/content/developers/tutorials/short-abi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Short ABIs for Calldata Optimization"
33
description: Optimizing smart contracts for Optimistic Rollups
44
author: Ori Pomerantz
55
lang: en
6-
tags: ["layer 2", "optimism", "gas"]
6+
tags: ["layer 2", "optimism"]
77
skill: intermediate
88
published: 2022-04-01
99
---

src/content/developers/tutorials/solidity-and-truffle-continuous-integration-setup/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ title: "Solidity and Truffle continuous integration setup"
33
description: How to setup Travis or Circle CI for Truffle testing along with useful plugins
44
author: Markus Waas
55
lang: en
6-
tags:
7-
[
8-
"solidity",
9-
"smart contracts",
10-
"testing",
11-
"truffle",
12-
"continuous integration",
13-
"ganache",
14-
]
6+
tags: ["solidity", "smart contracts", "testing", "truffle", "ganache"]
157
skill: intermediate
168
published: 2020-06-05
179
source: soliditydeveloper.com

src/content/developers/tutorials/transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Transfers and approval of ERC-20 tokens from a solidity smart contract
33
description: How to use a smart contract to interact with a token using the Solidity language
44
author: "jdourlens"
5-
tags: ["smart contracts", "tokens", "solidity", "getting started", "erc-20"]
5+
tags: ["smart contracts", "tokens", "solidity", "erc-20"]
66
skill: intermediate
77
lang: en
88
published: 2020-04-07

src/content/developers/tutorials/understand-the-erc-20-token-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Understand the ERC-20 token smart contract
33
description: An introduction to deploying your first smart contract on an Ethereum test network
44
author: "jdourlens"
5-
tags: ["smart contracts", "tokens", "solidity", "getting started", "erc-20"]
5+
tags: ["smart contracts", "tokens", "solidity", "erc-20"]
66
skill: beginner
77
lang: en
88
published: 2020-04-05

src/content/developers/tutorials/using-websockets/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ title: Using WebSockets
33
description: Guide to using WebSockets and Alchemy to make JSON-RPC requests and subscribe to events.
44
author: "Elan Halpern"
55
lang: en
6-
tags:
7-
[
8-
"alchemy",
9-
"websockets",
10-
"querying",
11-
"getting started",
12-
"subscription",
13-
"javascript",
14-
]
6+
tags: ["alchemy", "websockets", "querying", "javascript"]
157
skill: beginner
168
source: Alchemy docs
179
sourceUrl: https://docs.alchemyapi.io/guides/using-websockets

src/content/developers/tutorials/yellow-paper-evm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Understanding the Yellow Paper's EVM Specifications
33
description: Understanding the part of the Yellow Paper, the formal specifications for Ethereum, that explains the Ethereum virtual machine (EVM).
44
author: "qbzzt"
5-
tags: ["evm", "yellow paper", "specifications"]
5+
tags: ["evm"]
66
skill: intermediate
77
lang: en
88
published: 2022-05-15

src/content/translations/de/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lang: de
66
tags:
77
- "Erste Schritte"
88
- "Python"
9-
- "Blockchain"
109
- "web3.py"
1110
skill: Einsteiger
1211
published: 2020-09-08

src/content/translations/fr/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lang: fr
66
tags:
77
- "premiers pas"
88
- "python"
9-
- "blockchain"
109
- "web3.py"
1110
skill: beginner
1211
published: 2020-09-08

src/content/translations/id/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lang: id
66
tags:
77
- "memulai"
88
- "python"
9-
- "blockchain"
109
- "web3.py"
1110
skill: beginner
1211
published: 2020-09-08

src/content/translations/id/developers/tutorials/nft-minter/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ tags:
99
- "alchemy"
1010
- "kontrak pintar"
1111
- "frontend"
12-
- "UI"
13-
- "wallet"
1412
- "Pinata"
1513
skill: intermediate
1614
lang: id

src/content/translations/it/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lang: it
66
tags:
77
- "primi passi"
88
- "python"
9-
- "blockchain"
109
- "web3.py"
1110
skill: beginner
1211
published: 2020-09-08

src/content/translations/pt-br/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lang: pt-br
66
tags:
77
- "primeiros passos"
88
- "python"
9-
- "blockchain"
109
- "web3.py"
1110
skill: iniciante
1211
published: 2020-09-08

src/content/translations/ro/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lang: ro
66
tags:
77
- "noțiuni de bază"
88
- "python"
9-
- "blockchain"
109
- "web3.py"
1110
skill: beginner
1211
published: 2020-09-08

0 commit comments

Comments
 (0)