Skip to content

alexandre-mrt/0gscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0GScope

CI License: MIT

Analytics dashboard and block explorer for the 0G network.

Real-time chain analytics for both 0G testnet (Galileo) and mainnet (Aristotle). Search transactions, view blocks, check address balances, and monitor network health.

Features

  • Network dashboard - Block height, gas price, chain ID, live metrics
  • Block explorer - View recent blocks, transaction counts, gas usage
  • Transaction viewer - Full transaction details with status
  • Address lookup - Balance and transaction count for any address
  • Multi-network - Switch between testnet and mainnet
  • Search - Find blocks, transactions, and addresses instantly
  • REST API - Programmatic access to all data

Quick Start

git clone https://github.com/alexandre-mrt/0gscope.git
cd 0gscope
cp .env.example .env
bun install
bun run dev

Open http://localhost:3000

API

Endpoint Description
GET /api/stats/:network Network statistics
GET /api/blocks/:network Recent blocks
GET /api/block/:network/:number Block details
GET /api/tx/:network/:hash Transaction details
GET /api/address/:network/:address Address info

Revenue Model

  • API access ($29/mo for high-rate API access)
  • Premium analytics ($49/mo for historical data, charts, alerts)
  • Webhook notifications ($9/mo for tx/block alerts)

Part of the 0G Ecosystem

License

MIT

About

Analytics dashboard and block explorer for the 0G network. Real-time chain metrics for testnet and mainnet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors