awesome-sui
github.com/move-cn/awesome-sui ↗awesome-sui
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me defi resources from awesome-sui"
Installation instructions →What's inside
Code
- AccountAccounts
A generic account for Diem-powered chains. From Diem.
- ACLLibraries
Library for list-based access control. From the nursery.
- CoinSwapDeFi
A toy implementation of a
- CompareLibraries
Polymorphic comparison (i.e., compare any two Move values of the same type). From the nursery.
- DecimalLibraries
Efficient implementation of a decimal value. From 0L.
- DeFi examplesDeFi
Multiple DeFi example implementations from Sui.
Wallets
- ComingChat
A decentralized social finance/web3 portal. Supporting public chain wallets, such as Sui wallets.
- Ethos ConnectWallet Kits
UI with built-in wallet adapter and Email option for supporting all wallets and wallet-less users on Sui.
- Okx Wallet
- Suiet Wallet
A open-source wallet for Sui. (
- Suiet WalletWallet Adapters
Suiet Wallet Adapter.
- Suiet Wallet KitWallet Kits
A package support all Sui wallets with customizable UI.
SDKs
- C# SDKSui SDKs
- Golang SDK 1 by block visionSui SDKs
- Golang SDK 2 by coming chatSui SDKs
- Java SDKSui SDKs
- Kotlin SDKSui SDKs
- Python SDKSui SDKs
Official github
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 155 resources. View the full list on GitHub →