mystenlabs/sui

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 9th, 2021
Open Issues & Pull Requests: 833 (+0)
GitHub issues: Enabled
Number of forks: 11,653
Total Stargazers: 7,743 (+0)
Total Subscribers: 181 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Sui is a blockchain smart contract platform designed for high throughput, low latency, and asset-oriented programming using the Move language.

Sui addresses the scalability and latency limitations of traditional blockchains by processing the vast majority of transactions in parallel rather than sequentially. The platform forgoes consensus mechanisms for common use cases like payments and asset transfers, instead using simpler, lower-latency primitives. This architectural choice enables unprecedented performance for latency-sensitive applications such as gaming and point-of-sale retail payments. Smart contracts are written in Move, a language designed for safely defining assets with custom rules for creation, transfer, and mutation. The system is maintained by a permissionless set of authorities that operate similarly to validators in other blockchain systems, with voting power determined by delegated stake in the native SUI token.

Developers should consider Sui if they are building applications that require low-latency transaction finality and high throughput, particularly those involving frequent asset transfers or real-time interactions. The asset-oriented programming model makes it well-suited for projects centered on digital ownership and composable on-chain assets. The Move language provides safety guarantees for asset handling, making it accessible to developers prioritizing correctness. Sui is positioned as an internet-scale platform capable of growing with web3 adoption while maintaining performance characteristics that established systems cannot match.

The project is implemented in Rust and is supported by peer-reviewed research. Development activity shows sustained engineering effort on core infrastructure, with ongoing work on the consensus and transaction processing systems that define the platform's performance characteristics.