1. Introduction
  2. 1. History of Move
    1. 1.1. The Language for Digital Assets
    2. 1.2. The Dispersion of Move
    3. 1.3. Enter the Movement
  3. 2. Getting Started with Move
    1. 2.1. Advantages of Move
    2. 2.2. Install Movement CLI
    3. 2.3. Hello, Move!
  4. 3. Planning Your Capstone Project
    1. 3.1. Domain Modeling
    2. 3.2. User Journey
    3. 3.3. Architectural Diagram
  5. 4. Basic Move Syntax
    1. 4.1. Primitive Types
    2. 4.2. Comments
    3. 4.3. Expressions and Scope
    4. 4.4. Control Flow
    5. 4.5. Modules and Imports
    6. 4.6. Testing
  6. 5. Custom types and generics
    1. 5.1. Custom Types
    2. 5.2. Getter and Setter Functions
    3. 5.3. Generics Introduction
    4. 5.4. Generics with Multiple Type Parameters

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