Movemate is the Solmate of Move (i.e., smart contract building blocks) built for Aptos and Sui. Movemate aims to provide all the standard libraries and modules that Move developers will commonly be using. Movemate aims for maximum efficiency, composability, and ease of implementation.
crit_bit
: Crit-bit trees data structure.escrow
(Sui only): Very basic object escrow module on Sui.escrow_shared
(Sui only): Basic object escrow module with refunds and arbitration on Sui.governance
: On-chain tokenholder governance using coins.linear_vesting
: Linear vesting of coins for a given beneficiary.math
: Standard math utilities missing in the Move language (foru64
).math_u128
: Standard math utilities missing in the Move language (foru128
).merkle_proof
: Merkle proof verification utilities.vectors
: Vector utilities--specifically, comparison operators and a binary search function.virtual_block
: Replace latency auctions with gas auctions (with control over MEV rewards) via virtual blocks.