awesome-move
github.com/xmas7/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 (
- Diem
The original Move based blockchain from Meta (form. Libra by Facebook) (discontinued).
- Pontem
Substrate based parachain with MoveVM onboard (in
- Starcoin
A smart contract blockchain network that scales by layering (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.
- Aptos FrameworkFrameworks
- BARSNon-Fungible Tokens
An NFT that instantiates this hybrid standard. From Diem.
Wallets
- bcs-js
JavaScript implementation of the
- ComingChat
A decentralized social finance/web3 portal. Supporting public chain wallets, such as Sui and Aptos wallets.
- Fewcha Aptos Wallet
The wallet of layer 1 blockchain Aptos (
- Pontem Wallet
Wallet extension for Aptos network by the Pontem team (
- StarMask
A wallet for the Starcoin blockchain. Maintained by the Starcoin team (
- Sui Wallet
A chrome (v88+) extension wallet for Sui (
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
Videos
Tutorials
- Implementing, testing, and verifying a fungible token
Maintained by the Move core team.
- Move and SmartContract Development
Maintained by the Starcoin team.
- Programming with objects
Maintained by the Sui team.
Overview
Showing a sample of 96 resources. View the full list on GitHub →