/aed-blockchain-learn-content

Beta content for blockchain Learn modules

MIT LicenseMIT

Learning Path: Get started with blockchain development

This repo contains all the content for development of blockchain Learn modules. Once content is developed here, it will be moved over to the Learn repository.

Learn Module Outlines

Module: Learn how to use Solidity

  1. Introduction
  2. Learn about Solidity
  3. Understand the language basics
  4. Explore value types
  5. Explore reference types
  6. Write your first contract
  7. Knowledge check
  8. Summary

Status: Live

Module: Write Ethereum smart contracts by using Soliidity

  1. Introduction
  2. Learn what smart contracts are
  3. Install dependencies needed for the Blockchain Developer Kit for Ethereum
  4. Exercise: Install and get started with the Blockchain Development Kit for Ethereum
  5. Exercise: Install truffle
  6. Exercise: Write a smart contract
  7. Exercise: Test your smart contract
  8. Knowledge check
  9. Summary

Status: Live

Module: Create tokens using OpenZeppelin

  1. Introduction
  2. Learn about tokens
  3. Explore token standards
  4. Learn about OpenZeppelin
  5. Exercise: Setup a new project and integrate with OpenZeppelin
  6. Exercise: Write a token contract
  7. Knowledge check
  8. Summary

Status: Live

Module: Create a decentralized application

  1. Introduction
  2. Learn about dapps
  3. Learn the technologies for building dapps
  4. Exercise - Get started with Drizzle
  5. Exercise - Create a dapp for a shipping contract
  6. Knowledge check
  7. Summary

Status: Live

Module: Learn how to deploy to Ethereum networks

  1. Introduction
  2. Overview of public Ethereum networks (mainnet, testnet)
  3. Overview of private Ethereum networks (development, consortium)
  4. Exercise: Connect to a test network and use the faucet
  5. Exercise: Deploy to a network
  6. Knowledge check
  7. Summary

Status: Live

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.