From 2a53bed5b32a246fc46ba44e99c9e67e60245b54 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 14:51:25 +0200 Subject: [PATCH 1/3] docs: add CI / license / release badges to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 76e39f8..8a1332c 100644 --- a/README.md +++ b/README.md @@ -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. From 232a794c7907fd5b54126d420981e834bc89101d Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 15:47:53 +0200 Subject: [PATCH 2/3] ci: re-trigger workflow From 495590687c255b7dc7e62686bc4a91bc5f211845 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 16:47:17 +0200 Subject: [PATCH 3/3] ci: re-trigger