Introduction
1.
History of Move
1.1.
The Language for Digital Assets
1.2.
The Dispersion of Move
1.3.
Enter the Movement
2.
Getting Started with Move
2.1.
Advantages of Move
2.2.
Install Movement CLI
2.3.
Hello, Move!
3.
Planning Your Capstone Project
3.1.
Domain Modeling
3.2.
User Journey
3.3.
Architectural Diagram
4.
Basic Move Syntax
4.1.
Primitive Types
4.2.
Comments
4.3.
Expressions and Scope
4.4.
Control Flow
4.5.
Modules and Imports
4.6.
Testing
5.
Custom types and generics
5.1.
Custom Types
5.2.
Getter and Setter Functions
5.3.
Generics Introduction
5.4.
Generics with Multiple Type Parameters
Light
Rust
Coal
Navy
Ayu
Getting Started with Move
This chapter gets you building with Move. You'll master:
The advantages of Move
How to install Movement CLI
How to deploy a Move contract