Architecture Overview
  • Welcome to Arcology Architecture Overview
  • Introduction
  • Streamer
  • Executor
  • Scheduler
  • Arbitrator
  • P2P
  • Frontend
  • Gateway
  • Pool
  • Signature Verifier
  • Core
  • Consensus
  • Merkle
  • Eth API
  • Storage
Powered by GitBook
On this page

Frontend

The frontend service is responsible to establish and maintain connections with the end users through network connections. Frontend service provide a another set of interfaces for users to interact with an Arcology node.

1. Eth APIs

Arcology does support the standard Ethereum RPC APIs, but original APIs lack some batch query interfaces. The Frontend service provides some extension to the standard interfaces for batch queries. As of Arcology version 1.7, only HTTP is supported for now, more protocols support will be added in the future.

PreviousP2PNextGateway

Last updated 2 years ago