From 92d27cb63b5c39a109b979dc2b20134bf7a39bcf Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 14:50:57 +0200 Subject: [PATCH] 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 4196eb5..cb4bc6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # @sentriscloud/indexer +[![CI](https://github.com/Sentriscloud/indexer/actions/workflows/ci.yml/badge.svg)](https://github.com/Sentriscloud/indexer/actions/workflows/ci.yml) +[![License](https://img.shields.io/github/license/Sentriscloud/indexer)](LICENSE) +[![Latest release](https://img.shields.io/github/v/release/Sentriscloud/indexer?include_prereleases&sort=semver)](https://github.com/Sentriscloud/indexer/releases/latest) + + Postgres-backed REST indexer for Sentrix Chain. Sources every block, transaction, and log from the public RPC + WebSocket endpoints, decodes ERC-20/721/1155 transfers, tracks reorgs, and exposes the result as an Etherscan-API-compatible REST surface