Skip to content

Solmate for Move (Aptos and Sui).

Notifications You must be signed in to change notification settings

hikelee/movemate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movemate

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.

Modules

  • 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 (for u64).
  • math_u128: Standard math utilities missing in the Move language (for u128).
  • 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.

Outside the repo

About

Solmate for Move (Aptos and Sui).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 100.0%