Movement with AptosMovement with Aptos Workshop ↗Movement with Aptos Workshop ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • What is Movement?
  • What is Aptos?
    • Install Aptos CLI
    • Overview về Aptos
  • Movement Technical Details
    • Move Executor
    • Staked Settlement Module
    • Decentralized Shared Sequencer (M1)
  • Move vs Solidity
    • Parallel Execution
    • Reentrancy Attacks
    • Memory Management
    • Compiled Language
    • Move.toml
    • Function
    • Primary Data Types
    • String
    • Function Visibilities
    • Control Flow & Loop
    • Error Handling
    • Struct
    • Script
    • Local Variables
    • Constants
    • Signer
    • Vector
    • Address
    • Maps
    • Hash Functions
    • References
    • Unit Test
    • Generics
    • Type Arguments
    • Type Inference
    • Global Storage Operations
    • Global Storage Structure
    • Ownership
    • Phantom Type Parameters
    • View Function
    • Aptos Account
    • Aptos Coin
    • Object
    • Constant Product Formular - CPF
    • Math Safe
    • Swap Contract
Question? Give us feedback → (opens in a new tab)Edit this page
Movement Technical Details

Phân tích technical của Movement

Movement Network có 3 thành phần chính trong hệ thống nó dùng để tăng cường các vấn đề về hiệu xuất, bảo mật và khả năng tương tác giữa các thành phần. 3 Thành phần đó là:

  • Move Executor
  • Staked Settlement Module
  • Dêcntralized Shared Sequencer (M1)

Overview về AptosMove Executor

Movement with Aptos Workshop - Created by Jayden Dang <Dang Quang Vu>