@EclipseFND is a framework that lets you build customizable, modular rollups using the #Solana VM (Sealevel VM) on any chain. While that allows for running programs written for Solana on the VM, #Eclipse isnโt using @solana for security
Nautilus is an optimistic, sovereign EVM rollup deployed using @EclipseFND. dApps on @nautilus_chain include payment streaming protocol @Zebec_HQ with 20,000+ daily active users, Poseidon Swap (DEX) & more
#Celestia is a modular, chain-agnostic data availability layer that provides rollups a highly scalable, decentralized & cheap DA solution with high security guarantees to #rollups
5/ I have covered @CelestiaOrg in-depth in the past already, so refer to the below thread for more info ๐
@RiscZero is designing a zero knowledge proof enabled VM, that runs the popular ISA known as RISC V. This is exciting because it means that @RiscZero' virtual zk computer (the zkVM) can support a wide range of programming languages...
6/ ...as the most popular languages (e.g. C++ and Rust) and interpreted languages like Python, can be easily compiled to target the RISC V instruction set
@NeonLabsOrg is building the Neon EVM, which creates a compatibility layer for #Ethereum on #Solana, allowing anyone to run Solidity contracts on @solana
8/ incentivized Neon #EVM operators on Solana facilitate transactions on behalf of #Ethereum dApps. The operators receive $ETH-like transactions from dApps that use the Neon EVM. These transactions are then wrapped into @solana transactions and executed in the #Solana VM
10/ the settlement #rollup does not have the capability to execute arbitrary smart contracts and instead is only used for bridging and passing proofs. All arbitrary execution occurs on separate execution chains like @nautilus_chain
11/ while it currently supports optimistic settlement, the @RiscZero zk proof system will also be integrated in the near future
13/ as mentioned earlier, being built on @EclipseFND allows @nautilus_chain to run the powerful Sealevel VM that enables thousands of TPS on @solana
14/ however, @nautilus_chain will also utilize @NeonLabsOrg's EVM to allow EVM transactions to run on the rollup, while still benefiting from the parallelism of the Sealevel VM
15/ but that's not all, in the future, @nautilus_chain aims to switch to the above-mentioned @RiscZero zero knowledge proof system, turning into a cutting-edge #zkVM rollup
16/ the @nautilus_chain's current optimistic rollup implementation already has a throughput capacity of 2,000+ TPS, which will only increase in the future
17/ the @nautilus_chain's modular architecture provides the community with optimal versatility and adaptability as it expands. Utilizing @EclipseFND enabled #Nautilus to save significant development time, amounting to several months
18/ if you want to get involved in the testnet, check out the link below
0/ similar to the sequencer, a centralized prover in #zk-rollup systems can introduce centralization & single-point-of-failure risks โ ๏ธ
a ๐งต on a prover outsourcing mechanism proposed by @Scroll_ZKP (0/18) โจ๐
1/ #zk-rollups demand an off-chain #prover to generate a succinct proof for a batch of transactions. However, proof generation for complex smart contract transactions can be expensive, leading to several limitations in functionality
2/ firstly, let's dive into the typical rollup tx flow โฌ๏ธ
โ๏ธ Users send transactions to a centralized #sequencer on #L2
โ๏ธ The sequencer executes transactions, packs (& orders) them into a #rollup block
โ๏ธ Centralized #prover generates a succinct proof of the sequencer's batch
2/ so, let's have a look at the projects that enable privacy on public blockchains. Many of them rely on #zk technology, so it might be worth revisiting the below thread ๐
2/ what I want to show you today, is how these novel architectures that @CelestiaOrg enables could look like, how @CelestiaOrg makes blockchain development easier & more accessible than ever before and how the modular building blocks of the future fit together
0/ @aztecnetwork is a #zk rollup that acts as a privacy shield for ERC20 token transfers & $ETH smart contract interactions ๐ฅทโจ
zk & #privacy is the next bull narrative & @aztecnetwork enables private txs & #DeFi in the biggest ecosystem
dont sleep anon ๐
$AZTEC ๐งต (0/33)๐
1/ first of all, let's quickly recap the basics. @aztecnetwork is a zero knowledge rollup
similar to optimistic rollups, zk rollups are scaling solution that "rolls up" transactions into batches on an off-chain execution layer rather than executing on L1
0/ What are Non-Interactive Zero-Knowledge Proofs (NIZKPs)? ๐งโโ๏ธโจ
(0/10) ๐งต๐
1/ First of all, what are zero knowledge proofs (ZKPs) in general?
ZKPs are a #cryptographic technique that allow individuals or entities to prove to another that a statement is true, without revealing any information beyond the validity of the statement.
2/ One variant of ZKPs are non-interactive zero-knowledge proofs (NIZKPs), which don't require interaction between the certifier and verifier.