Skip to content

Commit 2c05c66

Browse files
committed
User Story 399430: Q&M: Retire 4 blockchain training modules (2 of 2)
1 parent bb91a83 commit 2c05c66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+100
-1122
lines changed

.openpublishing.redirection.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44197,6 +44197,96 @@
4419744197
"source_path": "learn-pr/language/rust-set-up-environment/index.yml",
4419844198
"redirect_url": "https://learn.microsoft.com/training/browse/",
4419944199
"redirect_document_id": false
44200+
},
44201+
{
44202+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/1-introduction.yml",
44203+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44204+
"redirect_document_id": false
44205+
},
44206+
{
44207+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/2-smart-contracts.yml",
44208+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44209+
"redirect_document_id": false
44210+
},
44211+
{
44212+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/3-truffle.yml",
44213+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44214+
"redirect_document_id": false
44215+
},
44216+
{
44217+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/4-truffle-for-vs-code.yml",
44218+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44219+
"redirect_document_id": false
44220+
},
44221+
{
44222+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/5-write-contract.yml",
44223+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44224+
"redirect_document_id": false
44225+
},
44226+
{
44227+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/6-test-contract.yml",
44228+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44229+
"redirect_document_id": false
44230+
},
44231+
{
44232+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/7-knowledge-check.yml",
44233+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44234+
"redirect_document_id": false
44235+
},
44236+
{
44237+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/8-summary.yml",
44238+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44239+
"redirect_document_id": false
44240+
},
44241+
{
44242+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/index.yml",
44243+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44244+
"redirect_document_id": false
44245+
},
44246+
{
44247+
"source_path": "learn-pr/reactors/blockchain-tokens/1-introduction.yml",
44248+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44249+
"redirect_document_id": false
44250+
},
44251+
{
44252+
"source_path": "learn-pr/reactors/blockchain-tokens/2-what-are-tokens.yml",
44253+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44254+
"redirect_document_id": false
44255+
},
44256+
{
44257+
"source_path": "learn-pr/reactors/blockchain-tokens/3-token-types.yml",
44258+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44259+
"redirect_document_id": false
44260+
},
44261+
{
44262+
"source_path": "learn-pr/reactors/blockchain-tokens/4-learn-open-zeppelin.yml",
44263+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44264+
"redirect_document_id": false
44265+
},
44266+
{
44267+
"source_path": "learn-pr/reactors/blockchain-tokens/5-set-up-project.yml",
44268+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44269+
"redirect_document_id": false
44270+
},
44271+
{
44272+
"source_path": "learn-pr/reactors/blockchain-tokens/6-write-token-contract.yml",
44273+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44274+
"redirect_document_id": false
44275+
},
44276+
{
44277+
"source_path": "learn-pr/reactors/blockchain-tokens/7-knowledge-check.yml",
44278+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44279+
"redirect_document_id": false
44280+
},
44281+
{
44282+
"source_path": "learn-pr/reactors/blockchain-tokens/8-summary.yml",
44283+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44284+
"redirect_document_id": false
44285+
},
44286+
{
44287+
"source_path": "learn-pr/reactors/blockchain-tokens/index.yml",
44288+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44289+
"redirect_document_id": false
4420044290
}
4420144291
]
4420244292
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5320,3 +5320,13 @@ achievements:
53205320
title: Write automated tests
53215321
summary: Learn about the types of testing you can do with Rust.
53225322
iconUrl: /training/achievements/rust-automated-tests.svg
5323+
- uid: learn.reactors.blockchain-tokens.badge
5324+
type: badge
5325+
title: Create tokens using OpenZeppelin
5326+
summary: Learn about the significance of tokens and how they are used in blockchain.
5327+
iconUrl: /training/achievements/reactors/blockchain-tokens.svg
5328+
- uid: learn.reactors.blockchain-solidity-ethereum-smart-contracts.badge
5329+
type: badge
5330+
title: Write Ethereum smart contracts by using Solidity
5331+
summary: Learn how to install and use tools that you can use to develop smart contracts.
5332+
iconUrl: /training/achievements/reactors/blockchain-solidity-ethereum-smart-contracts.svg

learn-pr/reactors/blockchain-ethereum-networks/includes/1-introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The goal of this module is to become familiar with the network options in the Et
1616

1717
- [Fundamental knowledge about blockchain](/training/modules/intro-to-blockchain/?azure-portal=true)
1818
- [Solidity programming knowledge](/training/modules/blockchain-learning-solidity/?azure-portal=true)
19-
- [Ethereum smart contract knowledge](/training/modules/blockchain-solidity-ethereum-smart-contracts/?azure-portal=true)
2019
- Previous experience with a programming language like C, Python, or JavaScript
2120
- Basic knowledge of programming concepts
2221
- Enough familiarity with command-line tools to create new directories and install programs

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/1-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/2-smart-contracts.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/3-truffle.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/4-truffle-for-vs-code.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/5-write-contract.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/6-test-contract.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/7-knowledge-check.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)