W Chain Docs
W Chain Website
  • 🚀Welcome to W Chain
    • 📖Introduction and Overview
    • 🛰️Key Features That Make W Chain
  • Working with a Node
    • 🖥️Node
      • 🛠️Non-Validator Node Setup
      • 📦Validator Node Setup
    • ⚙️W Chain Client APIs
      • 🔄JSON-RPC
      • 🔌gRPC
  • 🤝Consensus
    • 🛡️Proof of Stake
  • 🏗️Architecture
    • W Chain Layer
  • ⚡Advanced Features
    • 🔍Explorer
    • ⛓️Bridge
    • 🧩DApps Integration
  • 💡Tutorial
    • 📲Web3 Wallet Setup
    • 📜Smart contract
  • Audit Reports
Powered by GitBook
On this page
  • Libp2p
  • JSON RPC
  • TxPool
  • GRPC
Export as PDF
  1. Architecture

W Chain Layer

PreviousProof of StakeNextExplorer

Last updated 6 months ago

Libp2p

The State inner layer contains state transition logic. It deals with how the state changes when a new block is included.

JSON RPC

The JSON RPC layer is an API layer that dApp developers use to interact with the blockchain.

TxPool

The TxPool layer represents the transaction pool, and it is closely linked with other modules in the system, as transactions can be added from multiple entry points.

GRPC

The GRPC layer is vital for operator interactions. Through it, node operators can easily interact with the client, providing an enjoyable UX.

🏗️