Whitepaper
  • Introduction
  • Architecture
  • Sea Network And EVM
  • Powerful EVM Architecture Supports Defi
  • Sea Network and PoS
  • Decentralized Governance
  • Features
    • Ethereum Virtual Machine (EVM)
    • Layering
    • Voting, Witnesses & Block Validators
      • Voting
      • Delegates
      • Block validators
      • Witness
  • Consensus Protocols
    • Consensus Protocols
    • Proof-of-Work (PoW)
    • Practical Byzantine Fault Tolerance (PBFT)
    • Practical Byzantine Fault Tolerance overview
    • PBFT Proof of Authority (PoA)
    • PBFT Proof-of-Stake (PoS)
    • Consensus algorithm RAFT
  • tokenomic & roadmap
    • Tokenomic
    • Roadmap
Powered by GitBook
On this page
  1. Features

Layering

Synchronization & Consensus: Separation of Synchronization and Consensus protocols that allow modularization and customizable synchronization implementations and consensus mechanisms (depending on how the client works). Sea Network also provides pre-installable consensus algorithms.

  • Blockchain: The blockchain layer serves as the core layer to manage the tasks inside the system.

  • State: The state layer provides logic for transitioning between states. It deals with how the state changes when a new block is added.

  • JSON RPC: dApp developers use this as an API layer to interact with the blockchain.

  • TxPool: The TxPool class is a group of transactions and is tightly coupled with other modules in the system (since transactions can be added from multiple entry points).

  • GRPC: The GRPC layer is important for enabling interaction with the operator. This layer ensures node operators can interact with customers easily, providing an efficient experience.

PreviousEthereum Virtual Machine (EVM)NextVoting, Witnesses & Block Validators

Last updated 1 year ago