From dfbe933aa8ce5727277b48c37a1b3106e2cbdbde Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 14:51:35 +0200 Subject: [PATCH 1/2] 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 cb57d91..ff41a5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Solux +[![CI](https://github.com/Sentriscloud/solux/actions/workflows/ci.yml/badge.svg)](https://github.com/Sentriscloud/solux/actions/workflows/ci.yml) +[![License](https://img.shields.io/github/license/Sentriscloud/solux)](LICENSE) +[![Latest release](https://img.shields.io/github/v/release/Sentriscloud/solux?include_prereleases&sort=semver)](https://github.com/Sentriscloud/solux/releases/latest) + + Self-custody mobile wallet for [Sentrix Chain](https://sentrixchain.com) (SRX). Flutter, multi-platform (Android primary; iOS, macOS, Linux, Windows targets supported). Part of the [SentrisCloud](https://github.com/sentriscloud) product suite. From c86072b0ac8d20d7cc9b122e5cb67f81ca039349 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 15:37:28 +0200 Subject: [PATCH 2/2] ci: trigger workflow re-run