Galactic
  • ⛓️Tusima Galactic
  • Rollup
    • 🏁Preface
    • Section 1: Rollup Introduction
    • Section 2: ZK Rollup & Optimistic Rollup
  • ZkNode
    • 🏁Introduction
    • Section 1: ZkNode Overview
    • Section 2: ZkNode Consensus Mechanism
    • Section 3: ZkNode Individual Components
    • Section 4: JSON RPC Component
  • Zkprover
    • 🏁Introduction
    • Section 1: ZkEVM Overview
    • Section 2: ZkEVM Functions
    • Section 3: ZkProver Overview
    • Section 4: ZkProver Interaction
    • Section 5: ZkProver Components
    • Section 6: ZkProver Hash Function
    • Section 7: ZkProver ZkASM & PIL
  • Validium
    • 🏁Near DAC
    • Section 1: Near DAC Overview
    • Section 2: Near DAC Implementation
  • Bridge
    • 🏁Introduction
    • Section 1: Bridge Overview
    • Section 2: Bridge Feature
  • Branding kit
    • Tusima Branding kit
  • TERMS & PRIVACY
    • 📋Terms Of Service
    • 🔏Privacy Policy
Powered by GitBook
On this page
  1. Zkprover

Section 1: ZkEVM Overview

PreviousIntroductionNextSection 2: ZkEVM Functions

Last updated 1 year ago

zkEVM Rollup and zkVM (Zero Knowledge Virtual Machine) are key components in blockchain technology, especially in the application of scaling solutions and zero-knowledge proofs.

zkEVM is a special virtual machine that emulates the functionality of the Ethereum Virtual Machine (EVM) but adds the ability to perform zero-knowledge proofs. This means that transactions executed on zkEVM can generate zero-knowledge proofs proving the validity and correctness of the transaction without revealing the specific content of the transaction.

This design paradigm enables zkEVM to support decentralized finance (DeFi), non-fungible tokens (NFTs), and other applications in the Ethereum ecosystem, while also providing additional privacy and security guarantees.

zkEVM uses advanced zero-knowledge techniques to create proofs of validity. It uses a zero-knowledge prover (zkProver) that is designed to run on any server and is designed to be compatible with most consumer hardware. Each aggregator will use this zkProver to verify batches and provide proof of validity.

zkEVM architecture