ICB NETWORK
  • 🌟Getting Started
    • πŸ‘‹Overview
    • πŸšΆβ€β™‚οΈProject Walkthrough (Video)
    • πŸ‘¨β€πŸ«Problem Statement
    • πŸš‰Technical Solution
    • πŸ–οΈToken Distribution and Plan
  • πŸ’‘Product Fundamentals
    • πŸ†šICB Consensus Vs Others
    • ⁉️Why ICB Network ?
    • πŸ‘©β€πŸ’»Blockchain Technology In ICB
    • 🀝Decentralized Autonomous Organization (DAO)
  • 🦾Project Technology
    • πŸ›‚POS (Proof of Stake & authority)
    • πŸ‡¬πŸ‡¬Delegators and Fee Sharing
    • πŸ‘¨β€πŸ’ΌArchitecture
    • πŸ“ƒSmart Contract Details
  • πŸ‘©β€πŸ’»Developer Docs
    • πŸ“œWhite Paper
    • 🀜How to connect with ICBNetowork?
  • πŸŽ“LEGAL DOCS
    • πŸ”Privacy Policy
    • πŸ”Terms and conditions
  • πŸ“šADDITIONAL RESOURCES
    • 🏸Glossary
    • ❓FAQS
    • πŸ›£οΈRoadmap
    • πŸ”„How to connect ICB Network
    • πŸ”’ICB Netowork Team
  • 🀝Community & Ecosystem
    • πŸ—žοΈFeature request form
    • πŸ™‹Product feedback form
    • πŸ€›KYC Request
    • 🐞Bug Bounty
  • πŸ—£οΈSOCIALS
    • πŸ”—Website
    • 🐦Twitter
    • πŸ‘ΎDiscord
    • 🦻Telegram
Powered by GitBook
On this page
Export as PDF
  1. Project Technology

Architecture

PreviousDelegators and Fee SharingNextSmart Contract Details

Last updated 1 year ago

JSON-RPC : is a simple protocol that allows data to be encoded and transported using JSON (JavaScript Object Notation) between client apps and blockchain nodes. It's a common interface by which apps can communicate with blockchain nodes.

GRPC : is a cutting-edge, high-performance RPC framework that is becoming more and more popular in the blockchain space because of its cross-platform compatibility, efficiency, and scalability. JSON-RPC is still commonly used, although for some blockchain applications, gRPC has clear advantages.

TXPool : a temporary holding space on individual blockchain nodes where pending transactions wait to be included in a block; sometimes referred to as mempool in several blockchains. Transactions wait in line to be processed and permanently recorded on the blockchain, much as in a staging area.

LIBP2P : is a framework for modular, adaptable peer-to-peer networking that is essential to creating robust, decentralized blockchain networks. It offers a strong platform that enables direct data exchange and communication between blockchain nodes without the need for centralized servers.

🦾
πŸ‘¨β€πŸ’Ό