返回
项目实战

Solidity 103 - English

In Solidity 103, we will learn to convert Ether transfers, Event, Enum, and explore other topics required to build more advanced guided projects.

语言solidity
难度简单
总时长1.5小时

目标学习者

这门课是给谁上的

  • For developers who are interested in blockchain and smart contract development
  • For developers who want to learn Solidity

要求

  • No CS background required - This course uses extensive metaphors to make concepts accessible to beginners
  • Basic understanding of Solidity is recommended - at a minimum, you should be familiar with the content of the courses Solidity101 and Solidity 102

你会学到什么

  • Basics of the Solidity syntax, including transfers, events, global variables, modifiers, and more
Event
Modifier
block

课程安排

  • Constant & Flow Control

    Constants, immutables, and more topics on flow control


  • Ether Transfer

    Transfer, receive, and check Ether in functions


  • block

    2 global variables on block information


  • Event

    Define, emit events and index event parameters for search


  • Contract Interaction

    Contract A could interact with another contract B by defining a contract variable in A


  • Enum

    Enum is another user defined type in Solidity


  • Function Modifier

    Function Modifier add extra code before and/or after function execution

practice

Solidity 103 - English

22 小节
移动端和桌面端均可访问