

Bauer
37 posts










I wonder if these PMs know and hate each other in real life







Some big news for today’s #Suiversary – Sui Wallet is now mobile! Now, you can manage your digital assets on Sui on the go. Download Sui Wallet on the Apple App Store and Google Play Store: suiwallet.com Let’s dive into some of our favorite features:




The purpose of a smart contract platform is to allow agents to transfer and share programmable objects. In Sui, the global state consists not of accounts, but of typed Move objects that each have an explicit owner field. This owner can be an address A, which means that only a transaction sent by A can access the object, or it can be shared, which means that anyone can send a transaction that accesses the objects. In addition, objects can own other objects, enabling ownership hierarchies. The address/object ownership modes capture single-owner assets like coins, NFTs, or credentials, and the shared mode captures multiplayer scenarios like auctions, DEXes, or competitive games. Both object ownership and the functions to transfer or share an object are built in and automatically supported by all custom Move objects.