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-fullstack
        • hello-world-smart-contract
        • 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

0 commit comments

Comments
 (0)