Skip to content

Commit 865c53c

Browse files
authored
Merge pull request #49381 from ShawnKupfer/WB1691
User Story 399430: Q&M: Retire 4 blockchain training modules (2 of 2)
2 parents 8e63a03 + b9ca2e5 commit 865c53c

Some content is hidden

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

48 files changed

+100
-1120
lines changed

.openpublishing.redirection.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44375,6 +44375,96 @@
4437544375
"source_path": "learn-pr/paths/ethereum-blockchain-development/index.yml",
4437644376
"redirect_url": "https://learn.microsoft.com/training/browse/",
4437744377
"redirect_document_id": false
44378+
},
44379+
{
44380+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/1-introduction.yml",
44381+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44382+
"redirect_document_id": false
44383+
},
44384+
{
44385+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/2-smart-contracts.yml",
44386+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44387+
"redirect_document_id": false
44388+
},
44389+
{
44390+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/3-truffle.yml",
44391+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44392+
"redirect_document_id": false
44393+
},
44394+
{
44395+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/4-truffle-for-vs-code.yml",
44396+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44397+
"redirect_document_id": false
44398+
},
44399+
{
44400+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/5-write-contract.yml",
44401+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44402+
"redirect_document_id": false
44403+
},
44404+
{
44405+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/6-test-contract.yml",
44406+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44407+
"redirect_document_id": false
44408+
},
44409+
{
44410+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/7-knowledge-check.yml",
44411+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44412+
"redirect_document_id": false
44413+
},
44414+
{
44415+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/8-summary.yml",
44416+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44417+
"redirect_document_id": false
44418+
},
44419+
{
44420+
"source_path": "learn-pr/reactors/blockchain-solidity-ethereum-smart-contracts/index.yml",
44421+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44422+
"redirect_document_id": false
44423+
},
44424+
{
44425+
"source_path": "learn-pr/reactors/blockchain-tokens/1-introduction.yml",
44426+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44427+
"redirect_document_id": false
44428+
},
44429+
{
44430+
"source_path": "learn-pr/reactors/blockchain-tokens/2-what-are-tokens.yml",
44431+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44432+
"redirect_document_id": false
44433+
},
44434+
{
44435+
"source_path": "learn-pr/reactors/blockchain-tokens/3-token-types.yml",
44436+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44437+
"redirect_document_id": false
44438+
},
44439+
{
44440+
"source_path": "learn-pr/reactors/blockchain-tokens/4-learn-open-zeppelin.yml",
44441+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44442+
"redirect_document_id": false
44443+
},
44444+
{
44445+
"source_path": "learn-pr/reactors/blockchain-tokens/5-set-up-project.yml",
44446+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44447+
"redirect_document_id": false
44448+
},
44449+
{
44450+
"source_path": "learn-pr/reactors/blockchain-tokens/6-write-token-contract.yml",
44451+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44452+
"redirect_document_id": false
44453+
},
44454+
{
44455+
"source_path": "learn-pr/reactors/blockchain-tokens/7-knowledge-check.yml",
44456+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44457+
"redirect_document_id": false
44458+
},
44459+
{
44460+
"source_path": "learn-pr/reactors/blockchain-tokens/8-summary.yml",
44461+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44462+
"redirect_document_id": false
44463+
},
44464+
{
44465+
"source_path": "learn-pr/reactors/blockchain-tokens/index.yml",
44466+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44467+
"redirect_document_id": false
4437844468
}
4437944469
]
4438044470
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5325,6 +5325,16 @@ achievements:
53255325
title: Write automated tests
53265326
summary: Learn about the types of testing you can do with Rust.
53275327
iconUrl: /training/achievements/rust-automated-tests.svg
5328+
- uid: learn.reactors.blockchain-tokens.badge
5329+
type: badge
5330+
title: Create tokens using OpenZeppelin
5331+
summary: Learn about the significance of tokens and how they are used in blockchain.
5332+
iconUrl: /training/achievements/reactors/blockchain-tokens.svg
5333+
- uid: learn.reactors.blockchain-solidity-ethereum-smart-contracts.badge
5334+
type: badge
5335+
title: Write Ethereum smart contracts by using Solidity
5336+
summary: Learn how to install and use tools that you can use to develop smart contracts.
5337+
iconUrl: /training/achievements/reactors/blockchain-solidity-ethereum-smart-contracts.svg
53285338
- uid: learn.reactors.blockchain-learning-solidity.badge
53295339
type: badge
53305340
title: Learn how to use Solidity

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.

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

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

0 commit comments

Comments
 (0)