From 93ef04592a4752bb52a1cf7e396c454f76f46e16 Mon Sep 17 00:00:00 2001 From: LORDBABUINO Date: Sat, 25 Apr 2026 09:59:46 -0300 Subject: [PATCH] docs: add Ecosystem section to README Surfaces active integration discussions (Liana #2107, BDK #429), external interest (am-i-exposed, Umbrel/Start9 packaging request), and the Freedom Tech Friday podcast feature, so new visitors and grant reviewers can find traction signals without digging through upstream issue trackers. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1e9896e..068b03c 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,18 @@ Stealth currently runs **12 detectors** in `stealth-engine`. - [ ] Enable external clients (e.g. wallets, tools like am-i-exposed) - [ ] Integrate with Floresta +## Ecosystem + +_Last updated: 2026-04-25_ + +Stealth is in active discussion with several Bitcoin projects on integration: + +- **Liana** — [wizardsardine/liana#2107](https://github.com/wizardsardine/liana/issues/2107): proposed privacy-analysis integration via `lianad`'s existing JSONRPC, building on closed [#1047](https://github.com/wizardsardine/liana/issues/1047) and active [#534](https://github.com/wizardsardine/liana/issues/534). +- **BDK (Bitcoin Dev Kit)** — [bitcoindevkit/bdk_wallet#429](https://github.com/bitcoindevkit/bdk_wallet/issues/429): privacy-vulnerability-detection discussion; the BDK team confirmed the preferred direction is an external crate depending on `bdk_wallet`. +- **am-i-exposed** ([Copexit](https://github.com/Copexit)) — [issue #7](https://github.com/stealth-bitcoin/stealth/issues/7) on this repo proposing Stealth as their backend analysis engine. +- **Self-hosted node runners** — [issue #4](https://github.com/stealth-bitcoin/stealth/issues/4) requesting Umbrel and Start9 packaging. +- **Freedom Tech Friday** — [podcast feature](https://x.com/i/broadcasts/1mxPaLdXZMZKN) on Stealth's approach to privacy analysis. + ## Installation ### Prerequisites