dappsar / blockchains-based-on-execution-types

Blockchains based on their type of execution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchains based on their type of execution

blockchains Execution Types Image source: Introducing Hyperspace Article

I think it does not require a description 😄

Solana is a blockchain platform designed to host decentralized, scalable applications. It can process many more transactions per second and charges lower transaction fees than rival blockchains (like Ethereum). Solana is a proof-of-stake (PoS) blockchain but improves on it with a mechanism called proof-of-history (PoH), which uses hashed timestamps to verify when transactions occur.

Ethereum Layer-2 ZK-rollup solution that leverages the scaling power of zero-knowledge proofs while maintaining Ethereum compatibility.

Aptos is a newly constructed proof-of-stake (PoS) blockchain that aims to alleviate the L1 market’s regular scalability and security concerns. The Aptos blockchain, according to the whitepaper, was “designed with scalability, safety, consistency, and upgradeability as guiding principles.”

  • Programming language: Move (Rust-based, designed by Diem)
  • Consensus: PoS
  • Prioritizes heterogeneous validators (constrained CPU and storage)

SUI is a permissionless PoS L1 blockchain, created by Mysten Labs. Sui’s object-centric architecture provides horizontal scalability, which it claims is vital to capturing the next billions Web3 users. Sui allows causally unrelated transactions to build a parallelized agreement, increasing scalability.

  • Programming language: Move (Rust-based, designed by Diem)
  • Consensus: PoS
  • Sui plans to shard data storage efficiently and scale its resources horizontally.

Created by Matter Labs, zkSync is one of the most anticipated zkEVM projects. Boasting 2,000 transactions per second, a 10-minute processing time between the rollup and Ethereum mainnet, and no upper bound limit to the value the rollup can securely handle. zkSync adopts the Type-4 approach, supporting compatibility with Solidity and Vyper, Ethereum's coding languages. zkSync 1.0 is already live, having processed about four million transactions. EVM-compatible ZK rollup powered by a zkEVM.

While most zkEVM projects use ZK-SNARKs, Starkware's StarkNET adopts ZK-STARKs, which are more secure than ZK-SNARKs in theory but require more gas, take longer to verify, and occupy more block space. StarkNET

Scroll is a zkEVM-based zkRollup on Ethereum that enables native compatibility for existing Ethereum applications and tools. Scroll processes transactions off-chain, and posts succinct proofs of correctness on-chain.

On January 24th, 2023, a group of people collectively known simply as Gutenberg announced Hyperspace, a new type of supercomputer powered by an entirely browser-based blockchain.

"Hyperspace utilizes the user’s own browser in a new web zkVM to execute smart contracts and capture the Proof of Execution Trace in a STARK. These STARKs (“actions”) are bundled together into a single SNARK transaction which is propagated through the network. This design enables massively parallel execution. Since it is already known which specific states are impacted, this then plays a pivotal role in parallel validation. Overall, this design enables 10ms-50ms pre-L1-finality in the same region, providing an experience even faster than what was known as web2 and enabling a new type of web3 multiplayer use cases." -- from Introducing Hyperspace Article


References Links

About

Blockchains based on their type of execution

License:MIT License