Skip to content

0xriazaka/awesome-sui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Sui Awesome

A curated list of code and content from the Sui community.

Sui is an innovative, decentralized Layer 1 blockchain that redefines asset ownership.

Sui (swē) is the water element in Japanese philosophy. The power of the sui element lies in its fluidity—its ability to easily adapt to and transform any environment. Similarly, the Sui platform seeks to provide a flexible network that you can leverage to shape the web3 landscape.

The Sui platform is built on Sui Move, which is derived from the core Move programming language.

Contents

Overview

Official github

Official Community

Books

Tutorials

Explorer

Wallets

Wallet Adapters

Wallet Kits

  • Suiet Wallet Kit - A package support all Sui wallets with customizable UI.
  • Ethos Connect - UI with built-in wallet adapter and Email option for supporting all wallets and wallet-less users on Sui.

Sui Faucet

SDKs

Sui SDKs

oracle

  • Pyth offer developers permissionless access to price feeds for equities, commodities, foreign exchange pairs, and digital assets
  • SupraOracles offers decentralized oracle services for applications on Sui. Developers can now seamlessly fetch, validate, and integrate off-chain data into their smart contracts,
  • Mysten Oracles The former allows lower assurance values to be posted and read by contracts at a cheaper gas cost point than high-assurance oracles. Low assurance oracles are best used for applications with low risk and non-financial consequences such as in games.

RPC

mainnet RPC

testnet RPC

devnet RPC

Products

Products support sui

Defi

lending

swap

other defi

MEV SDKs

Non Fungible Tokens

Code

Code written in Move.

Fungible Tokens

Non-Fungible Tokens

  • NFT examples - Multiple NFT example implementations from Sui.
  • NFT Protocol - NFT protocol and collection framework. From OriginByte.
  • Suia - The first POAP application on Sui.

Decentralized Identity

  • Polymedia Profile - A system that lets users associate a profile (name, picture, etc) to their Sui address. Maintained by @juzybits.

DeFi

  • DeFi examples - Multiple DeFi example implementations from Sui.
  • SuiRedPacket - A red packet social app that combines private chat and encrypted wallet on Sui.
  • SuiAMMswap - Sui AMM Swap implemented by the OmniBTC team.
  • DolaProtocol - A Decentralized Omnichain Liquidity Aggregation Protocol with the single coin pool of each public chain as the core, Wormhole, Layerzero and other cross-chain messaging protocols as the bridge, and Sui public chain as the settlement center.
  • ObjectMarket - A unique object trading marketplace in the Sui network.
  • CoinSwap - A toy implementation of a Uniswap-like liquidity pool containing two tokens.
  • Offer - Generic implementation of atomic swaps for any pair of assets.

SocialFi

  • Dmens - Decentralized Moments which is a Blockchain Twitter Protocol built on the Sui network.

On-Chain Governance

TBA

Cross-Chain Bridge

  • OmniBTC Bridge - A bridge between Bitcoin and Move language public chains (like Sui) based on ultra-light node.

Accounts

  • Account - A generic account for Diem-powered chains. From Diem.

Frameworks

A Move framework is the set of Move modules included in the genesis state of the chain. These modules typically implement key concepts like accounts, currencies. The ability to separate blockchain-specific framework logic from the generic functionality of the Move language is a key part of Move's platform-agnostic design.

Libraries

  • Move standard library - Utilities intended (but not required) to be used in every platform running Move. From the Move repo.
  • Move nursery - Experimental modules that may eventually be promoted into the standard library. From the Move repo.
  • Decimal - Efficient implementation of a decimal value. From 0L.
  • Math - Math utility functions. From Starcoin.
  • Compare - Polymorphic comparison (i.e., compare any two Move values of the same type). From the nursery.
  • Vault - Library for capabilities. From the nursery.
  • ACL - Library for list-based access control. From the nursery.
  • TaoHe - A collection of nestable Move resources.
  • Movemate - Smart contract building blocks for Sui (Math utilities, governance contracts, escrow, and more). Maintained by the Pentagon team.
  • Move cron parser - Library is built for a purpose of parsing cron expression. Maintained by Snowflake Network team.

Tools

IDEs

TBA

Package Managers

  • Movey - A crates.io-style repository of Move packages.

Papers

Language Design

Static Analysis and Verification

Videos

Podcasts

Security

Contributing

Contributions welcome! Read the contribution guidelines first.

Releases

No releases published

Packages

No packages published