Skip to content

Latest commit

 

History

History
 
 

en

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

中文版本

WTF Solidity

Recently, I have been relearning Solidity, consolidating the finer details, and writing a "WTF Solidity Tutorial" for newbies. Lectures are updated 1~3 times weekly.

Twitter: @WTFAcademy_ | @0xAA_Science

Community: Discord | Website: wtf.academy

Tutorials and codes are open-sourced on github: github.com/AmazingAng/WTFSolidity

NOTE: the English Version of WTF Solidity is preliminary and requires further community review.

Intro

Chapter 1: HelloWeb3 (3 lines of code)Code | Tutorial

Chapter 2: Value TypeCode | Tutorial

Chapter 3: Function Type (external/internal/public/private, pure/view, payable)Code | Tutorial

Chapter 4: Function Return (returns/return)Code | Tutorial

Chapter 5: Data Location (storage/memory/calldata)Code | Tutorial

Chapter 6: Array and SructCode | Tutorial

Chapter 7: MappingCode | Tutorial

Chapter 8: Default ValueCode | Tutorial

Chapter 9: Constant(constant/immutable)Code | Tutorial

Chapter 10: Control FlowCode | Tutorial

Chapter 11: ModifierCode | Tutorial

Chapter 12: EventCode | Tutorial

Chapter 13: InheritanceCode | Tutorial

Chapter 14: InterfaceCode | Tutorial

Chapter 15: ErrorsCode | Tutorial

WTF Contributors

Contributors are the basis of WTF Academy