ZKParallel
  • What is ZKParallel?
  • Background
    • Introduction
    • The World State in Ethereum
    • Ethereum Client Performance
    • zkEVM
    • Attempts at Other Projects
  • Technical Details
    • Overview of EVM transaction processing
    • Asymmetric Node Structure
    • Pioneer Node
    • Guard Node
    • ZK Acceleration
Powered by GitBook
On this page
  1. Background

Introduction

How to improve the TPS of a blockchain has always been a hot topic in the field. The TPS of a blockchain is influenced by various factors, including the consensus protocol, network bandwidth, and client performance. However, intuitively, if we can increase the network bandwidth and enhance the computational capabilities of the entire network's clients, we can improve the TPS without changing the consensus protocol. Ultra-high network bandwidth is not affordable for ordinary users, so we still want to build a decentralized blockchain network that is easily accessible to ordinary users. Therefore, our focus is on how to improve the computational capabilities of the clients.

PreviousWhat is ZKParallel?NextThe World State in Ethereum

Last updated 1 year ago