Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Sentrix Explorer V2 — Obsidian Engine

[![CI](https://github.com/Sentriscloud/sentrix-explorer-v2/actions/workflows/ci.yml/badge.svg)](https://github.com/Sentriscloud/sentrix-explorer-v2/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/Sentriscloud/sentrix-explorer-v2)](LICENSE)
[![Latest release](https://img.shields.io/github/v/release/Sentriscloud/sentrix-explorer-v2?include_prereleases&sort=semver)](https://github.com/Sentriscloud/sentrix-explorer-v2/releases/latest)


Full-Rust block explorer for Sentrix Chain. Browser-side WASM bundle talks
to the chain over gRPC-Web (`grpc.sentrixchain.com (mainnet) / grpc-testnet.sentrixchain.com (testnet)`); zero JSON-RPC, zero
JavaScript glue.
Expand Down
Loading