Developer Hub — EnteleSCAN documentation and integration guides.
Documentation

EnteleSCAN Docs

Architecture, modules, and integration reference for the observatory layer.

What is EnteleSCAN?

EnteleSCAN is the intelligence and observability layer of the ENTELΞKRON ecosystem. It combines network exploration, validator intelligence, SOVRA-powered diagnostics, and ecosystem module briefings into a unified mission control interface.

Architecture

EnteleSCAN sits in the observability layer of the TVK ecosystem stack:

  • TVK Group — Parent organization and treasury
  • TVK Labs — Research and development engine
  • SOVRA — AI intelligence and reasoning layer
  • ENTELΞKRON — Sovereign protocol and infrastructure layer
  • EnteleSCAN — Network explorer, analytics, and protocol observability
  • EnteleLINK — Cross-chain connectivity layer
  • ChronoSeal — Cryptographic proof and timestamping layer
  • GraphVAULT — Semantic knowledge and memory layer

Current capabilities (v7)

  • Live Ethereum ENK explorer (supply, transfers, universal search)
  • Official ecosystem cyber-coin animation with 28 TVK Group modules
  • SOVRA intelligence briefings for all ecosystem modules
  • Research operations dashboard with qualitative phase indicators
  • Read-only REST API for ENK data and Ethereum address/transaction lookup

Production data path

EnteleSCAN is deployed on Vercel as a static site with serverless API routes. Core live data is resolved directly through server-side Ethereum JSON-RPC: ENK total supply via eth_call, chain head via eth_blockNumber, gas via eth_gasPrice, address state via eth_getBalance/eth_getCode, transaction state via transaction/receipt RPCs, and recent ENK activity through bounded eth_getLogs queries.

The production runtime does not require an Etherscan API key. Etherscan remains the external explorer destination for user-facing links. An operator may configure ETHEREUM_RPC_URL for a dedicated Ethereum mainnet provider; otherwise the server uses its public fallback. If authoritative RPC data is incomplete, EnteleSCAN fails closed instead of reporting a false live state.

Framework: Other (static HTML)
Build command: (none)
Output directory: /
Install command: (none)
Optional server variable: ETHEREUM_RPC_URL

Repository

Source code: github.com/tvk-group/entelescan

Related documentation