Today, we’re launching #Sui Capys – a fun new prototype that serves as a dev preview (not an airdrop!) and demonstrates key capabilities of Sui.
Capys leverage Sui’s object-oriented nature to allow portable accessories that players can trade and buy.
Let’s dive in🧵 [1/8]
In this dApp, players can buy, trade, breed, & accessorize cartoon Capybaras. As programmable objects on Sui, Capys showcase principles such as:
🔹asset ownership
🔹transferability
🔹dynamic fields
They appear in a user’s explorer along with accessories.
Developing Sui Capys using Sui #Move required defining basic modules, creating types, and building a registry to record and verify them.
A unique feature of this project is the ability to breed two Capys, creating a completely new Capy based on the breeding pair's characteristics.
The breed function takes two parent Capys and computes genes for the “newborn.”
These principles helped determine the architecture + implementation:
🔹Capys should be freely transferable + extendable by anyone
🔹Types should contain a minimum amount of data to maintain performance
🔹Events can be used to emit static data to be fetched by the indexer
This is especially relevant to the devs looking to build games and apps on Sui – begin your own project development by defining core concepts such as those above, which will help guide the development process.
Disclaimers:
🔹The dApp is currently an Alpha and runs on Devnet, which doesn't have the maturity/stability of a Mainnet
🔹There's a Sui Wallet bug on transaction history (fix will be shipping next week)
🔹This is not an airdrop. Please faucet responsibly – don't spam the faucet
8/ We share more detail, including a more intricate overview of the code behind Capys, in our blog post: sui.io/resources-sui/…
Strong, effective, and efficient cryptography comprises a core pillar of #Sui.
Let’s dive into the first blog post in the #Cryptography in Sui series, which takes a look at best practices and why Sui supports certain algorithms and primitives.
🧵[1/7]
As a core pillar of Sui cryptography, we created fastcrypto, a library published as an independent #Move crate making it easy for developers to implement strong security across their applications.
The reference Sui Wallet and Typescript SDK share the same cryptography backend utility implementations, ensuring standardization and common cryptographic implementation.
Along with the Rust SDK, devs can use the reference Sui Wallet implementation and toolkits for integration.
📢: Today, we're excited to announce our $300M Series B funding round. This milestone signals the technical strength & immense potential of our Sui ecosystem. #Suinami🌊 1/🧵
2/ We believe in a future where every major digital exchange of value will be done via public ledgers. Public blockchains⛓️ usher in a world of greater transparency & seamless composability of assets that will ultimately benefit end users. 🙌
3/ The next web3 cycle is due for an upgrade. We need to go from the existing crypto dial-up era to super fast broadband by addressing:
💧Poor developer experience
💧Low scalability, high cost
💧Poor onboarding experiences
💧Very limited use cases
💡 Engineering design is built in sync with current innovations
⛓ Everything lives on the blockchain as an independent object
⚖️ Horizontal scaling allows to execute different transactions at the same moment
Our high-level goal was to make sure that the gas mechanism always delivers low & predictable gas for all users. Sui did this by dividing time across epochs. An epoch goes through, users submit transactions & validators process them. ↴
Difficulty with more traditional smart contract languages that #MoveLang is trying to solve is code composition & reuse. New VSCode plugin delivers a set of features that can aid developers. A thread 🧵
The new features provided by the current version of move-analyzer’s language server include:
▫️ Type on hover
▫️ Go to definition
▫️ Go to type definition
▫️ Find references
▫️ Error reporting
Type on hover:
When encountering identifier in unknown code base, you may not know the type of the identifier. If you hover a cursor over the name of an identifier, you will see the name of this identifier displayed in a tooltip.
Excited to finally share the economic model that will let Sui serve the next billion web3 users & deliver a flourishing economy. A thread by our Head Economist @alonsodegortari : 🧵👇 1/n
2/n: The Sui Smart Contracts Platform is:
🍃 environmentally-friendly
🤑 cost-efficient
🌊 high-throughput
⬇️ low-latency
⛓️ permissionless blockchain
Sui’s economic model is tailored to operate smoothly in sync with Sui’s engineering design: bit.ly/twtokenomics
3/n: Sui’s ⛽ gas price mechanism + 🗄️ storage fund work hand-in-hand with Sui’s ability to parallelize transactions, scale horizontally, & store arbitrary amounts of on-chain data.
Ensuring Sui's engineering design is matched by an economic model enabling success at scale.
Mysten Labs is proud to present... Sui! Let’s dive into “parallel agreement” — a breakthrough in system design. A 🧵. 1/8 #blockchaintechnology
2/8 - Sui scales horizontally with no upper bound to meet application demand while maintaining extremely low operating costs per transaction. #blockchain
3/8 - Sui's system design breakthrough eliminates a critical bottleneck in existing #blockchains : the need to achieve global consensus on a total-ordered list of transactions.