Module |
Overview |
|
Hello World |
Introduction to the basics of programming environment setup and how programming languages function. |
|
Move Language and Variables |
This session explores the basic syntax and concept of variables in the Move programming language. |
|
Value Types |
This course delves into value types, covering fundamental data types like integers, booleans, strings, etc. |
|
Reference Types - Arrays |
Here, we introduce arrays and reference types. |
|
Reference Types - Structs |
In this course, we'll explore the reference type known as structs. |
|
Functions and Function Modifiers |
This session covers functions and function modifiers in the Move language. |
|
Control Flow: if, while, for |
Learn about control flow and loop control statements. |
|
Modules and Module Design |
This course introduces the concept of modular programming. |
|
Aptos Core Modules Explained 1 |
Dive deeper into the concepts of Aptos core modules. |
|
Aptos Core Modules Explained 2 |
Continuing from the previous session, this course further explains the concepts surrounding Aptos core modules and their operations. |
|
Aptos Move Object Features Detailed 1 |
This course introduces the concept of Aptos move objects. |
|
Aptos Move Object Features Detailed 2 |
Expanding on the previous course, we delve deeper into the concept of Aptos move objects. |
|
Setting Up Fullnode and Indexer on Alibaba Cloud |
This course guides you through setting up a development environment on Alibaba Cloud. |
Guidance on writing the first program, "Hello World," to complete the initial Aptos Move program.
A special emphasis will be on understanding what "move" truly signifies and how it differs from other languages.
We'll discuss their usage in programming.
We'll provide a deeper understanding of arrays and how to utilize them within the Move language.
We'll examine the concept of structs, their application in programming, and importantly, the definition of keys within structs—a challenging yet crucial aspect in Move.
It includes the concepts of functions, how to define and call them in your code, and how to write test cases to verify their functionality.
This includes the use of if statements, while loops, and for loops.
We'll learn how to divide program code into separate modules, along with designing and utilizing them effectively.
We'll explore how to use core modules within Aptos, including commonly used core module methods in programming.
We'll learn how to create and manipulate these objects.
The focus will be on their use and management.
We'll cover installing and configuring the necessary tools, as well as how to use them for development and testing