yml help
This commit is contained in:
Родитель
f92161bfe5
Коммит
212b792b99
|
@ -2,25 +2,36 @@
|
|||
uid: learn.ethereum-blockchain-development
|
||||
metadata:
|
||||
title: Get started with blockchain development
|
||||
description: ""
|
||||
description: This learning path introduces you to blockchain and development on the Ethereum platform. Discover what skills are necessary to learn to begin building your own blockchain networks at scale.
|
||||
brand:
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: ""
|
||||
summary: ""
|
||||
prerequisites: None
|
||||
iconUrl: ""
|
||||
author: meaghanlewis
|
||||
ms.author: shanamatthews
|
||||
ms.topic: interactive-tutorial
|
||||
ms.prod: learning-azure
|
||||
title: Get started with blockchain development
|
||||
summary: |
|
||||
This learning path introduces you to blockchain and development on the Ethereum platform. Discover what skills are necessary to learn to begin building your own blockchain networks at scale.
|
||||
|
||||
In this learning path you will:
|
||||
- Learn the foundations of blockchain and how blockchain technology works
|
||||
- Gain an understanding of the tools to develop on the Ethereum blockchain
|
||||
- Create smart contracts and decentralized applications
|
||||
- Deploy to local and test Ethereum networks
|
||||
|
||||
prerequisites: |
|
||||
- Previous experience with any programming language like C, Python, or JavaScript
|
||||
- Basic knowledge of programming concepts
|
||||
- Familiarity with the command line to create new directories
|
||||
- Visual Studio Code installed
|
||||
iconUrl: /learn/achievements/generic-trophy.svg # TODO change
|
||||
levels:
|
||||
- beginner
|
||||
roles:
|
||||
- student
|
||||
products:
|
||||
- "blockchain"
|
||||
- azure
|
||||
modules:
|
||||
- learn.student-evangelism.introduction
|
||||
-
|
||||
trophy:
|
||||
uid: https://docs.microsoft.com/media/learn/module.svg
|
||||
uid: ""
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Introduction
|
||||
description: Introduction
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Introduction
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: What is Solidity
|
||||
description: Learn about what Solidity is all about
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: What is Solidity
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Language basics
|
||||
description: Learn the fundamentals of using Solidity in a smart contract
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Language basics
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Value Types
|
||||
description:
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Value Types
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Reference Types
|
||||
description:
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Reference Types
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Write your first contract
|
||||
description:
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Write your first contract
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Knowledge check
|
||||
description:
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Knowledge check
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
title: Summary
|
||||
description:
|
||||
ms.date:
|
||||
author:
|
||||
ms.author:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama
|
||||
ms.topic:
|
||||
ms.prod:
|
||||
title: Summary
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
### YamlMime:Module
|
||||
uid:
|
||||
uid: ""
|
||||
metadata:
|
||||
title: Learn how to use Solidity
|
||||
description: # Meaghan to fill in please :)
|
||||
description: # Add a short description for your module for search engines.
|
||||
ms.date:
|
||||
author: meaghanlewis
|
||||
ms.author: shanama # This is shanama so content bugs get assigned to her first.
|
||||
ms.topic: interactive-tutorial
|
||||
ms.prod: azure
|
||||
ms.prod: learning-azure
|
||||
title: Learn how to use Solidity
|
||||
summary: # Meaghan to fill in please :) # Add a short description for your module to be displayed to users. Can be the same as above.
|
||||
summary: # Add a short description for your module to be displayed to users. Can be the same as above.
|
||||
abstract: |
|
||||
In this module, you will:
|
||||
# - Learning objective 1
|
||||
# - Learning objective 2
|
||||
# - etc.
|
||||
prerequisites: | # Fill in a detailed list of prerequisites in this form
|
||||
# - prereq 1
|
||||
# - prereq 2
|
||||
iconUrl: https://docs.microsoft.com/media/learn/module.svg
|
||||
prerequisites: |
|
||||
- Previous experience with any programming language like C, Python, or JavaScript
|
||||
- Basic knowledge of programming concepts
|
||||
- Familiarity with the command line to create new directories
|
||||
iconUrl: /learn/achievements/generic-badge.svg # TODO change
|
||||
levels:
|
||||
- beginner
|
||||
roles:
|
||||
|
@ -27,6 +28,6 @@ roles:
|
|||
products:
|
||||
- azure
|
||||
units:
|
||||
-
|
||||
- ""
|
||||
badge:
|
||||
uid:
|
||||
uid: ""
|
||||
|
|
Загрузка…
Ссылка в новой задаче