Blockchain: Learning Solidity

Go to class
Write Review

Free Online Course: Blockchain: Learning Solidity provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Blockchain: Learning Solidity is taught by Emmanuel Henri.

Overview
  • Add the power of blockchain to your applications. Learn how to build blockchain-based smart contracts with Solidity and eliminate the middleman in sensitive transactions.

Syllabus
  • Introduction

    • Get started with Solidity
    • What you should know
    1. Introduction and Setup
    • Introduction to Solidity
    • Introduction to smart contracts
    • The Ethereum Virtual Machine (EVM)
    • Install the Solidity compiler
    2. Solidity Basics
    • Solidity syntax basics
    • Basic syntax of a contract
    • Types in Solidity
    • Units and global variables
    • Other special variables
    • Functions overview
    • Operators in Solidity
    • Conditionals in Solidity
    3. Your First Contract
    • Set the initial variables
    • Add your modifiers
    • Finalize the functions
    • Test your contract
    4. Solidity Considerations
    • Review the style guide
    • Documentation
    Conclusion
    • Next steps