[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5560":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":23,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},5560,"sui","MystenLabs\u002Fsui","MystenLabs"," Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language","https:\u002F\u002Fsui.io",null,"Rust",7700,11682,179,170,0,5,24,70.9,"Apache License 2.0",false,"main",true,[25,26,27,28],"blockchain","distributed-ledger-technology","move","smart-contracts","2026-06-11 04:02:03","\u003Cp align=\"center\">\n\u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002FMystenLabs\u002Fsui\u002Frefs\u002Fheads\u002Fmain\u002Fdocs\u002Fsite\u002Fstatic\u002Fimg\u002Flogo.svg\" alt=\"Logo\" width=\"100\" height=\"100\">\n\u003C\u002Fp>\n\n# Welcome to Sui\n\n[![Github release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002FMystenLabs\u002Fsui.svg?sort=semver)](https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fsui\u002Freleases\u002Flatest)\n[![License](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002FMystenLabs\u002Fsui)](https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fsui\u002Fblob\u002Fmain\u002FLICENSE)\n\n[Sui](https:\u002F\u002Fsui.io) is a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the [Move programming language](https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fawesome-move).\n\n## Sui Highlights\n\nSui offers the following benefits and capabilities:\n\n * Unmatched scalability, instant settlement\n * A safe smart contract language accessible to mainstream developers\n * Ability to define rich and composable on-chain assets\n * Better user experience for web3 apps\n\nSui is the only blockchain today that can scale with the growth of web3 while achieving industry-leading performance, cost, programmability, and usability. Sui demonstrates capacity beyond the transaction processing capabilities of established systems – traditional and blockchain alike. Sui is the first internet-scale programmable blockchain platform, a foundational layer for web3.\n\n## Sui Architecture\n\n```mermaid\nflowchart LR\n    CC(CLI Client) --> ClientService\n    RC(Rest Client) --> ClientService\n    RPCC(RPC Client) --> ClientService\n    ClientService --> AuthorityAggregator\n    AuthorityAggregator --> AC1[AuthorityClient] & AC2[AuthorityClient]\n    subgraph Authority1\n      AS[AuthorityState]\n    end\n    subgraph Authority2\n      AS2[AuthorityState]\n    end\n    AC1 \u003C==>|Network TCP| Authority1\n    AC2 \u003C==>|Network TCP| Authority2\n```\n\n## Sui Overview\n\nSui is a smart contract platform maintained by a permissionless set of authorities that play a role similar to validators or miners in other blockchain systems.\n\nSui offers scalability and unprecedented low-latency for common use cases. Sui makes the vast majority of transactions processable in parallel, which makes better use of processing resources, and offers the option to increase throughput with more resources. Sui forgoes consensus to instead use simpler and lower-latency primitives for common use cases, such as payment transactions and asset transfers. This is unprecedented in the blockchain world and enables a number of new latency-sensitive distributed applications, ranging from gaming to retail payment at physical points of sale.\n\nSui is written in [Rust](https:\u002F\u002Fwww.rust-lang.org) and supports smart contracts written in the [Move programming language](https:\u002F\u002Fgithub.com\u002Fmove-language\u002Fmove) to define assets that may have an owner. Move programs define operations on these assets including custom rules for their creation, the transfer of these assets to new owners, and operations that mutate assets.\n\nSui has a native token called SUI, with a fixed supply. The SUI token is used to pay for gas, and is also used as [delegated stake on authorities](https:\u002F\u002Flearn.bybit.com\u002Fblockchain\u002Fdelegated-proof-of-stake-dpos\u002F) within an epoch. The voting power of authorities within this epoch is a function of this delegated stake. Authorities are periodically reconfigured according to the stake delegated to them. In any epoch, the set of authorities is [Byzantine fault tolerant](https:\u002F\u002Fpmg.csail.mit.edu\u002Fpapers\u002Fosdi99.pdf). At the end of the epoch, fees collected through all transactions processed are distributed to authorities according to their contribution to the operation of the system. Authorities can in turn share some of the fees as rewards to users that delegated stakes to them.\n\nSui is supported by several cutting-edge [peer-reviewed studies](https:\u002F\u002Fgithub.com\u002FMystenLabs\u002Fsui\u002Fblob\u002Fmain\u002Fdocs\u002Fcontent\u002Fconcepts\u002Fresearch-papers.mdx) and extensive years of open-source development.\n\n## More About Sui\n\nUse the following links to learn more about Sui and the Sui ecosystem:\n\n * Learn more about working with Sui in the [Sui Documentation](https:\u002F\u002Fdocs.sui.io\u002F).\n * Join the Sui community on [Sui Discord](https:\u002F\u002Fdiscord.gg\u002Fsui).\n * Find out more about the Sui ecosystem on the [Sui Resources](https:\u002F\u002Fsui.io\u002Fresources\u002F) page.\n * Review information about Sui governance, [decentralization](https:\u002F\u002Fsuifoundation.org\u002Fdecentralization), and [Developer Grants Program](https:\u002F\u002Fsui.io\u002Fgrants-hub) on the [Sui Foundation](https:\u002F\u002Fsui.io\u002Fabout) site.\n\n\n ## How to Contribute\n\n See the [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to Sui.\n\n ## Code of Conduct\n\n See the [Code of Conduct](CODE_OF_CONDUCT.MD) for details on our code of conduct.\n\n ## License\n\n See the [LICENSE](LICENSE) file for more details.\n","Sui 是一个下一代智能合约平台，以高吞吐量、低延迟和面向资产的编程模型为特点，由 Move 编程语言驱动。其核心功能包括无与伦比的可扩展性、即时结算能力以及能够定义丰富且可组合的链上资产，这些都得益于安全且对主流开发者友好的 Move 语言。特别适用于需要高性能、低成本、强可编程性和良好用户体验的 Web3 应用场景，如游戏、零售支付等对延迟敏感的应用。项目使用 Rust 开发，确保了系统的稳定性和安全性。",2,"2026-06-11 03:03:56","top_language"]