Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 292 Bytes

Coding HelloWorld.sol.md

File metadata and controls

18 lines (18 loc) · 292 Bytes
  • Solidity philosophy
  • OOP basics of Solidity
  • Contract Structure
    • SPDX License Identifier
    • Pragmas
    • Imports
    • Comments
    • Contract definition
  • Variables
  • Storage access
    • Account Storage
    • Memory
    • Stack
  • Constructor Function
  • Functions
  • Visibility
  • Typing
  • Return values