CrypLogger.com
  • Home
  • Exclusive
  • Learn About Coins
  • Artificial Intelligence
  • Special Projects
  • News
  • Opinions
  • Current Prices
No Result
View All Result
  • Home
  • Exclusive
  • Learn About Coins
  • Artificial Intelligence
  • Special Projects
  • News
  • Opinions
  • Current Prices
No Result
View All Result
CrypLogger
No Result
View All Result
Home Learn About Coins

Blockchain and cryptocurrency Sui: an ambitious project from Meta

by Vaibhav
April 29, 2023
in Learn About Coins
0
Blockchain and cryptocurrency Sui: an ambitious project from Meta
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter


26.10.2022


in-depthAltcoins

What is Sui Cryptocurrency and Blockchain: An Overview of a Meta Project


in-depthAltcoins

Main

  • Sui is a high-performance first-level (L1) blockchain developed by Mysten Labs to serve latency-sensitive decentralized applications;
  • Blockchain Sui, like Aptos, uses the work of Diem, a failed blockchain platform from Meta Corporation. In particular, when writing the Sui code, a modified version of the Move language created for Diem was used.
  • The operation and security of the Sui network is provided by the Proof-of-Stake algorithm with the possibility of staking and delegation.
  • Sui’s consensus process uses the unique Narwhal and Bullshark protocols to allow computation to run in parallel, making Sui highly scalable.
  • As of October 2022, the Sui blockchain is running on a testnet.

Who develops and finances project

Blockchain Sui is being developed by a company Mysten Labs, founded in September 2021 in California by a group of former top managers and developers of Novi Research, a division of Meta Corporation that worked on the Diem blockchain and the Move programming language. The co-founder and CEO of Mysten Labs is Evan Cheng, former director of research and development at Novi Research.

For the first time about the new project the team publicly stated March 22, 2022, and work on it began in the fall of 2021.

As of October 2022, the startup has held two funding rounds. Andreessen Horowitz led a $36 million Series A round at the beginning of 2022, $300 million was raised in the second round of Series B, and Mysten Labs received a $2 billion valuation.

Sui testnet launched in August 2022.

Sui features and benefits

The developers of Sui are positioning themselves as a general purpose network with high bandwidth, fast and cheap transactions, and a user-friendly interface for Web3. The goal of Mysten Labs is to create a platform for running high-performance decentralized applications.

The Sui architecture is detailed in whitepaper And technical documentation. A feature of the project is the use of its own programming language Sui Move – a modified version of Move, developed for the Diem project. If in other blockchains the basic unit of storage is an account, then in Sui these are objects that are created and managed by smart contracts. An object can be any type of asset, and each has a unique ID, owner, and the property to be mutable or immutable.

Blockchain Sui contains a causal history of each object from the moment of its occurrence. If the histories of objects do not overlap, then transactions with them can be processed in any order or in parallel. With this feature, Sui can process groups of transactions in parallel, but without the risk of double spending.

Due to this feature, horizontal scaling of network bandwidth is achieved, and its overall performance depends only on the number of nodes processing transactions. In test conditions Blockchain Sui showed over 120,000 transactions per second with an average latency of about 2 seconds.

How Sui Works

The Sui blockchain uses the popular Proof-of-Stake (PoS) consensus algorithm. Transactions are processed by groups of validators, the composition of which changes every epoch (24 hours) from among the currently active full nodes. As of the end of October 2022, on the testnet work 4 validators and over 3600 active nodes.

The procedure for processing transactions depends on whether it concerns an object with a single owner (any kind of assets) or a “common object” (for example, public smart contracts).

The first type of transactions include coin transfers, NFT issuance, and voting. Such transactions are processed under a simplified Fast Pay procedure based on the Byzantine Consistent Broadcast mechanism. It includes four stages:

  1. The transaction is sent to the node, which “propagates” it to the validators;
  2. Validators vote to confirm the transaction and pass the result to the sender;
  3. The sender creates a certificate containing the signatures of at least 2/3 of the validators;
  4. The certificate is sent to validators who validate it. After that, the transaction enters the blockchain.

In this process, there is no search for consensus between validators, which significantly reduces the time to process a transaction.

What is Blockchain and Sui Cryptocurrency: Project Overview
Scheme of parallel transaction processing in Sui using Byzantine Consistent Broadcast. Data: Sui

In turn, the procedure for performing transactions with shared objects contains one more stage – the search for consensus between validators using the Sui Consensus Engine. It consists of two components:

  • Narwhal is a high-capacity mempool (“waiting room” for unconfirmed transactions) that is responsible for ensuring the synchronization and availability of data submitted for confirmation to validators.
  • Bullshark (or older solution Tusk is a consensus protocol based on a combination of technologies Directed acyclic graph And Byzantine Fault Tolerance. The peculiarity of Bullshark is that it allows consensus to be reached without the need to exchange information between validators.
See also  What is Explainable Artificial Intelligence (XAI)?

Such a process provides not only high network performance, but also failure resistance, since even a large number of faulty validators does not lead to performance degradation, as happens in existing PoS blockchains.

Tokenomics and functions of Sui cryptocurrency

There is no data yet on the launch dates for the main network and the native SUI coin. However, the team has already shared features project tokenomics. The maximum offer will be 10 billion coins. Each SUI coin will divisible by a billion MIST units.

When the mainnet is launched, only a part of the SUI emission will go into circulation, and the rest will be distributed among the Mysten Labs team, investors, community members, rewards for validators and other purposes. A significant share of the coins will go to the Sui Foundation, an organization independent of Mysten Labs that will fund hackathons, conferences, app development, and development teams.

What is Cryptocurrency and Blockchain Sui: Project Overview
Sui cryptocurrency staking and tokenomics scheme. Data: project site

It is planned that the SUI coin will have several uses:

  • validators rate;
  • delegation to validators through staking (for ordinary coin owners);
  • payment of transaction fees;
  • a means of exchange, settlement and accumulation in the Sui ecosystem;
  • participation in the management of the Sui blockchain through on-chain voting.

Each of the validators has a certain share of the SUI coins delegated by the holders of the SUI tokens. Delegated coins are locked for the entire epoch and receive a portion of the staking reward at the end of the epoch. Accordingly, owners can only revoke their SUI or change their delegate when the era changes. It is already known that the Sui team will reward full node owners, developers, and active testnet participants. In particular, after the launch of the Sui protocol on the main network, node owners will receive 2000 SUI, which will be blocked for sale for one year.

How the ecosystem around the Sui blockchain is developing

The project team has already launched the basic infrastructure that allows you to interact with the Sui testnet. In August 2022, the block explorer was launched Sui Explorer c detailed display of information on blogs, addresses and transactions.

Wallet also works Sui Wallet, available as a Google Chrome extension. It allows users to create new addresses and restore existing ones using a seed phrase, view and manage all types of assets, including NFTs, and interact with decentralized applications. The wallet can be replenished with SUI test tokens through one of the “faucets”, for example, on the NFT marketplace BlueMove.

Third-party development teams are developing over 60 projects based on Sui. Among them:

  • decentralized exchanges Suiswap, MovEx;
  • DeFi services CetusPorto Labs, Kxfinance, Leizd Protocol;
  • cross-chain bridges WormHole and Axelar Network;
  • domain name services Sui Name Service, Suins;
  • social platforms coming chatAskMeX, Peeranha;
  • NFT marketplaces Blue Move, Sui Art, Sui Gallery;
  • NFT collections Sui PunksSui Birds, Sui Droplets;
  • games Trial Xtrem, F1 DogNetmarble.

Project prospects

In July 2022, during a Q&A session, Alonso de Gortari of Mysten Labs stated that the company planning a public token sale, and the launch of the main network and the SUI coin is scheduled for the end of the year. However, since then there have been no announcements and additional comments from the project team on this topic.

The recently founded non-profit organization Sui Foundation announced on its portal grant program for app developers in the Sui ecosystem. Grants in the amount of $10,000-100,000 will be available to teams that create solutions for a wide range of applications – from social networks and games to payment systems, financial and legal services.

The rewards promised by the team for early node owners on the testnet, as well as a large number of projects in the Sui ecosystem without native tokens already caused a stir among retrodrop hunters. However, the chances of ordinary users of the Sui testnet being rewarded are unknown.

Subscribe to Cryplogger on social networks

Found a mistake in the text? Select it and press CTRL+ENTER

Cryplogger Newsletters: Keep your finger on the pulse of the bitcoin industry!

Related articles

What is the Howey test and how does it relate to cryptocurrencies?

What is the Howey test and how does it relate to cryptocurrencies?

July 25, 2023
5 Metaverses You Can Explore Right Now

5 Metaverses You Can Explore Right Now

July 23, 2023

See also  What is Rollup technology and how does it help Ethereum scale?


26.10.2022


in-depthAltcoins

What is Sui Cryptocurrency and Blockchain: An Overview of a Meta Project


in-depthAltcoins

Main

  • Sui is a high-performance first-level (L1) blockchain developed by Mysten Labs to serve latency-sensitive decentralized applications;
  • Blockchain Sui, like Aptos, uses the work of Diem, a failed blockchain platform from Meta Corporation. In particular, when writing the Sui code, a modified version of the Move language created for Diem was used.
  • The operation and security of the Sui network is provided by the Proof-of-Stake algorithm with the possibility of staking and delegation.
  • Sui’s consensus process uses the unique Narwhal and Bullshark protocols to allow computation to run in parallel, making Sui highly scalable.
  • As of October 2022, the Sui blockchain is running on a testnet.

Who develops and finances project

Blockchain Sui is being developed by a company Mysten Labs, founded in September 2021 in California by a group of former top managers and developers of Novi Research, a division of Meta Corporation that worked on the Diem blockchain and the Move programming language. The co-founder and CEO of Mysten Labs is Evan Cheng, former director of research and development at Novi Research.

For the first time about the new project the team publicly stated March 22, 2022, and work on it began in the fall of 2021.

As of October 2022, the startup has held two funding rounds. Andreessen Horowitz led a $36 million Series A round at the beginning of 2022, $300 million was raised in the second round of Series B, and Mysten Labs received a $2 billion valuation.

Sui testnet launched in August 2022.

Sui features and benefits

The developers of Sui are positioning themselves as a general purpose network with high bandwidth, fast and cheap transactions, and a user-friendly interface for Web3. The goal of Mysten Labs is to create a platform for running high-performance decentralized applications.

The Sui architecture is detailed in whitepaper And technical documentation. A feature of the project is the use of its own programming language Sui Move – a modified version of Move, developed for the Diem project. If in other blockchains the basic unit of storage is an account, then in Sui these are objects that are created and managed by smart contracts. An object can be any type of asset, and each has a unique ID, owner, and the property to be mutable or immutable.

Blockchain Sui contains a causal history of each object from the moment of its occurrence. If the histories of objects do not overlap, then transactions with them can be processed in any order or in parallel. With this feature, Sui can process groups of transactions in parallel, but without the risk of double spending.

Due to this feature, horizontal scaling of network bandwidth is achieved, and its overall performance depends only on the number of nodes processing transactions. In test conditions Blockchain Sui showed over 120,000 transactions per second with an average latency of about 2 seconds.

How Sui Works

The Sui blockchain uses the popular Proof-of-Stake (PoS) consensus algorithm. Transactions are processed by groups of validators, the composition of which changes every epoch (24 hours) from among the currently active full nodes. As of the end of October 2022, on the testnet work 4 validators and over 3600 active nodes.

The procedure for processing transactions depends on whether it concerns an object with a single owner (any kind of assets) or a “common object” (for example, public smart contracts).

The first type of transactions include coin transfers, NFT issuance, and voting. Such transactions are processed under a simplified Fast Pay procedure based on the Byzantine Consistent Broadcast mechanism. It includes four stages:

  1. The transaction is sent to the node, which “propagates” it to the validators;
  2. Validators vote to confirm the transaction and pass the result to the sender;
  3. The sender creates a certificate containing the signatures of at least 2/3 of the validators;
  4. The certificate is sent to validators who validate it. After that, the transaction enters the blockchain.

In this process, there is no search for consensus between validators, which significantly reduces the time to process a transaction.

What is Blockchain and Sui Cryptocurrency: Project Overview
Scheme of parallel transaction processing in Sui using Byzantine Consistent Broadcast. Data: Sui

In turn, the procedure for performing transactions with shared objects contains one more stage – the search for consensus between validators using the Sui Consensus Engine. It consists of two components:

  • Narwhal is a high-capacity mempool (“waiting room” for unconfirmed transactions) that is responsible for ensuring the synchronization and availability of data submitted for confirmation to validators.
  • Bullshark (or older solution Tusk is a consensus protocol based on a combination of technologies Directed acyclic graph And Byzantine Fault Tolerance. The peculiarity of Bullshark is that it allows consensus to be reached without the need to exchange information between validators.
See also  Why Ethereum fees are so expensive and how to reduce them

Such a process provides not only high network performance, but also failure resistance, since even a large number of faulty validators does not lead to performance degradation, as happens in existing PoS blockchains.

Tokenomics and functions of Sui cryptocurrency

There is no data yet on the launch dates for the main network and the native SUI coin. However, the team has already shared features project tokenomics. The maximum offer will be 10 billion coins. Each SUI coin will divisible by a billion MIST units.

When the mainnet is launched, only a part of the SUI emission will go into circulation, and the rest will be distributed among the Mysten Labs team, investors, community members, rewards for validators and other purposes. A significant share of the coins will go to the Sui Foundation, an organization independent of Mysten Labs that will fund hackathons, conferences, app development, and development teams.

What is Cryptocurrency and Blockchain Sui: Project Overview
Sui cryptocurrency staking and tokenomics scheme. Data: project site

It is planned that the SUI coin will have several uses:

  • validators rate;
  • delegation to validators through staking (for ordinary coin owners);
  • payment of transaction fees;
  • a means of exchange, settlement and accumulation in the Sui ecosystem;
  • participation in the management of the Sui blockchain through on-chain voting.

Each of the validators has a certain share of the SUI coins delegated by the holders of the SUI tokens. Delegated coins are locked for the entire epoch and receive a portion of the staking reward at the end of the epoch. Accordingly, owners can only revoke their SUI or change their delegate when the era changes. It is already known that the Sui team will reward full node owners, developers, and active testnet participants. In particular, after the launch of the Sui protocol on the main network, node owners will receive 2000 SUI, which will be blocked for sale for one year.

How the ecosystem around the Sui blockchain is developing

The project team has already launched the basic infrastructure that allows you to interact with the Sui testnet. In August 2022, the block explorer was launched Sui Explorer c detailed display of information on blogs, addresses and transactions.

Wallet also works Sui Wallet, available as a Google Chrome extension. It allows users to create new addresses and restore existing ones using a seed phrase, view and manage all types of assets, including NFTs, and interact with decentralized applications. The wallet can be replenished with SUI test tokens through one of the “faucets”, for example, on the NFT marketplace BlueMove.

Third-party development teams are developing over 60 projects based on Sui. Among them:

  • decentralized exchanges Suiswap, MovEx;
  • DeFi services CetusPorto Labs, Kxfinance, Leizd Protocol;
  • cross-chain bridges WormHole and Axelar Network;
  • domain name services Sui Name Service, Suins;
  • social platforms coming chatAskMeX, Peeranha;
  • NFT marketplaces Blue Move, Sui Art, Sui Gallery;
  • NFT collections Sui PunksSui Birds, Sui Droplets;
  • games Trial Xtrem, F1 DogNetmarble.

Project prospects

In July 2022, during a Q&A session, Alonso de Gortari of Mysten Labs stated that the company planning a public token sale, and the launch of the main network and the SUI coin is scheduled for the end of the year. However, since then there have been no announcements and additional comments from the project team on this topic.

The recently founded non-profit organization Sui Foundation announced on its portal grant program for app developers in the Sui ecosystem. Grants in the amount of $10,000-100,000 will be available to teams that create solutions for a wide range of applications – from social networks and games to payment systems, financial and legal services.

The rewards promised by the team for early node owners on the testnet, as well as a large number of projects in the Sui ecosystem without native tokens already caused a stir among retrodrop hunters. However, the chances of ordinary users of the Sui testnet being rewarded are unknown.

Subscribe to Cryplogger on social networks

Found a mistake in the text? Select it and press CTRL+ENTER

Cryplogger Newsletters: Keep your finger on the pulse of the bitcoin industry!

Share76Tweet47

Related Posts

What is the Howey test and how does it relate to cryptocurrencies?

What is the Howey test and how does it relate to cryptocurrencies?

by Vaibhav
July 25, 2023
0

07/24/2023 Base Base Main Regulators have been using the Howey test for decades to determine...

5 Metaverses You Can Explore Right Now

5 Metaverses You Can Explore Right Now

by Vaibhav
July 23, 2023
0

09/29/2022 AdvancedNFTs and the Metaverse AdvancedNFTs and the Metaverse Main Since about 2020, the direction...

Proof-of-Stake (PoS) consensus algorithm: how does it work and why is it so popular?

Proof-of-Stake (PoS) consensus algorithm: how does it work and why is it so popular?

by Vaibhav
July 23, 2023
0

03.10.2022 BaseStaking and miningTechnical Basics BaseStaking and miningTechnical Basics Main Proof-of-Stake (PoS) is the most...

Lightning Network: Fast and Cheap Bitcoin Transactions

Lightning Network: Fast and Cheap Bitcoin Transactions

by Vaibhav
July 23, 2023
0

04.10.2022 Advancedbitcoin Advancedbitcoin Main Lightning Network (LN) is a second layer solution for the Bitcoin...

Flow Blockchain and Cryptocurrency: An Overview of the L1 Platform for NFT and GameFi

Flow Blockchain and Cryptocurrency: An Overview of the L1 Platform for NFT and GameFi

by Vaibhav
July 23, 2023
0

05.10.2022 AdvancedNFTs and the MetaverseAltcoins AdvancedNFTs and the MetaverseAltcoins Main Flow is a blockchain platform...

Load More

Recent News

  • Judge Gives U.S. Attorneys Until October 3 To Solve Case Against Alex Mashinsky
  • Alphapo payment system hack valued at over $60M – ZachXBT
  • Avalanche Foundation allocates $50 million investment to purchase asset tokens on the network
  • Era Lend on zkSync used for $3.4 million replay attack
  • Abu Dhabi Regulator Grants Trading Firm Rain Permission to Offer Cryptocurrency Services
  • Flashbots Becomes a Unicorn in a $60M Round
  • FOMC Preview: What Bitcoin and Crypto Traders Should Prepare for
  • Game Developer Solana Automata Announces Massive Layoffs
  • Is Cardano TVL a Critical Factor for Reviving ADA Prices?
  • Elon Musk: X will cover half of the global financial system
  • Cryptocurrency-friendly Robinhood moves closer to UK with local CEO appointed
  • Ducati to launch NFT in partnership with XRP Ledger
  • Media: auditors did not find anything suspicious in the scandalous deal with FTX Europe
  • Elon Musk says X will offer ‘the entire financial world’ in the coming months
  • Journalists learned about the reduction of 30% of the staff of the KuCoin exchange
  • EraLend DeFi protocol hacked for $3.4 million
  • Era Land protocol lost $3.4 million in hack
  • The creator of Axie Infinity will develop a new game in collaboration with CyberKongz
  • Azimut Group refuses to pay BlackCat bitcoin ransomware
  • Media: Worldcoin fell under the sight of the UK regulator
  • Home
  • About Us
  • CCPA
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms of Use
Email: contact@cryplogger.com

© 2021-23 Cryplogger.com
CrypLogger is a cult magazine about bitcoin, blockchain technology and the digital economy. Every day we supply news and analytics on the cryptocurrency market since 2021.

No Result
View All Result
  • Home
  • Artificial Intelligence
  • Special Projects
  • News
  • Opinions

© 2021-23 Cryplogger.com
CrypLogger is a cult magazine about bitcoin, blockchain technology and the digital economy. Every day we supply news and analytics on the cryptocurrency market since 2021.

Go to mobile version