1. Introduction
  2. Binary Canonical Serialization (BCS)
    1. Primitives
    2. Sequences
    3. Structs
    4. Enums
    5. Strings
    6. Options
  3. Storage
    1. On-Chain Storage
    2. Off-Chain Storage
  4. Data Models
    1. Account Model
    2. Object Model
    3. Model Tradeoffs
  5. Gas
    1. Execution
    2. IO
    3. Storage
    4. Configuration
  6. Move
    1. Syntax
  7. Standard Libraries
    1. Coin (legacy)
    2. Fungible Asset
    3. Digital Asset
    4. MoveStdLib
    5. AptosStdLib
    6. AptosFramework
  8. Tools
    1. Aptos CLI
    2. TypeScript SDK
  9. Learning Resources
  10. Aptos By Example