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 ↓Open shareable report

Summary Information

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

Repository Insights (GitGenius)

Median issue/PR response: 2.1 hours
Mean response time: 29.8 days
90th percentile: 3.2 days
Tracked items: 440

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 52% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 97
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 472 days
Stale 30+ days: 97
Stale 90+ days: 97

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • doc-issue (59)
  • Stale (45)
  • cli (30)
  • ts-sdk (25)
  • move (17)
  • rpc (16)
  • rust-sdk (9)
  • move-std (8)

Most active issues this week

No issue events were indexed in the last 7 days.

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.