Skip to content

Releases: evstack/atlas

v0.1.0

13 Apr 15:24
v0.1.0
e1b3e31

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Atlas v0.1.0 — Initial Beta Release

First tagged release of Atlas, an EVM blockchain explorer for ev-node based chains.

Features

  • Block, transaction, and address indexing with cursor-based pagination for 80M+ row tables
  • Live updates via SSE (Server-Sent Events) with polling fallback
  • DA (Data Availability) inclusion tracking from ev-node / Celestia
  • Status page with charts (base fee, gas, block times)
  • White-label branding support (logos, colors, light/dark mode)
  • Faucet page
  • Scheduled database snapshots
  • Observability metrics for atlas-server
  • CLI commands for atlas-server
  • Automated Docker image builds to GHCR

Architecture

  • Single binary: indexer + API as concurrent tokio tasks
  • PostgreSQL with partitioned tables and binary COPY for fast batch inserts
  • React + TypeScript + Vite frontend, served via nginx
  • Full Docker Compose stack