From 9afa7b2d03ae4efbc937032f18ca13f2c6e96340 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 14:51:16 +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 4ccf6cf..32b3b24 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Sentrix dApp Starter +[![CI](https://github.com/Sentriscloud/dapp-starter/actions/workflows/ci.yml/badge.svg)](https://github.com/Sentriscloud/dapp-starter/actions/workflows/ci.yml) +[![License](https://img.shields.io/github/license/Sentriscloud/dapp-starter)](LICENSE) +[![Latest release](https://img.shields.io/github/v/release/Sentriscloud/dapp-starter?include_prereleases&sort=semver)](https://github.com/Sentriscloud/dapp-starter/releases/latest) + + Minimal end-to-end project for shipping a dApp on **Sentrix Chain** (chain ID `7119` mainnet, `7120` testnet) — deploys a small ERC-20 from a Foundry script, wraps native SRX into WSRX, reads it back with viem, and verifies the contract source against the self-hosted Sourcify at `verify.sentrixchain.com`. If you can deploy on Ethereum, you can deploy on Sentrix — Sentrix runs an embedded `revm 38` interpreter so every Solidity / Vyper contract that targets Cancun-era EIPs works with no Sentrix-specific changes. From 352e16e317be96f493f0f49bdf9ce39197aea6f7 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 15:37:14 +0200 Subject: [PATCH 2/2] ci: trigger workflow re-run