awesome-move
github.com/mystenlabs/awesome-move ↗Code and content from the Move community.
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me frameworks resources from awesome-move"
Installation instructions →What's inside
Move-Powered Blockchains
- 0L
A reference implementation of a neutral replicated state machine. Forked from the Libra/Diem technologies (in
- Aptos
Aptos-core strives towards being the safest and most scalable layer one blockchain solution (in
- Celo
Blockchain with EVM and MoveVM (
- ChainX
Bitcoin's layer2 smart contract network has already supported WASM and EVM, and is supporting MoveVM (in
- Diem
The original Move based blockchain from Meta (form. Libra by Facebook) (discontinued).
- Pontem
Substrate based parachain with MoveVM onboard (in
Code
- 0L FrameworkFrameworks
- AccountAccounts
A generic account for Diem-powered chains. From Diem.
- AccountAccounts
Fork of the above. From Starcoin.
- ACLLibraries
Library for list-based access control. From the nursery.
- aoc-moveMiscellaneous
Advent of Code solutions in Move with some formal verification.
- AptosAMMswapDeFi
Aptos AMM Swap implemented by the OmniBTC team.
SDKs
- Aptos Golang SDKOther network SDKs
- C# SDKSui SDKs
- Golang SDK 1Sui SDKs
- Golang SDK 2Sui SDKs
- Java SDKSui SDKs
- Kotlin SDKSui SDKs
Wallets
- bcs-js
JavaScript implementation of the
- ComingChat
A decentralized social finance/web3 portal. Supporting public chain wallets, such as Sui and Aptos wallets.
- Ethos ConnectWallet Kits
UI with built-in wallet adapter and Email option for supporting all wallets and wallet-less users on Sui.
- Ethos Wallet
Open-source chrome extension wallet for Sui (
- Fewcha Aptos Wallet
The wallet of layer 1 blockchain Aptos (
- Pontem Wallet
Wallet extension for Aptos network by the Pontem team (
Papers
- Exact and Linear-Time Gas-Cost AnalysisStatic Analysis and Verification
- Fast and Reliable Formal Verification of Smart Contracts with the Move ProverStatic Analysis and Verification
- Move: A Language With Programmable ResourcesLanguage Design
This was the original Move white paper released in 2018. Many aspects of this are now out of date (e.g., the syntax and description of the bytecode instructions), but the first two sections are worth a read for explaining the difficulties of programming with assets and how Move tackles them.
- Resources: A Safe Language Abstraction for MoneyLanguage Design
- Robust Safety for MoveLanguage Design
- The Move Borrow CheckerLanguage Design
Showing a sample of 145 resources. View the full list on GitHub →