From 4d5ab62b0638a35dca34c7d80e9e4094e6814bcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vojt=C4=9Bch=20Strnad?=
<43024885+vostrnad@users.noreply.github.com>
Date: Mon, 6 Oct 2025 20:20:51 +0200
Subject: [PATCH] Update inquisition.observer with CSFS support
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9c67b31..ff93e03 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ A collection of development and experimentation tools for CTV+CSFS.
| CTV+CSFS Signet Node | [Repo](https://github.com/arshbot/ctv-csfs-signet-docker) | Docker-based Bitcoin node with CTV and CSFS enabled on MutinyNet signet | Production | ✓ | ✓ | Development, testing, prototyping, smart contract experimentation |
| Voltage Cloud | [Site](https://voltage.cloud/) | Free hosted CTV+CSFS enabled Bitcoin nodes | Production | ✓ | ✓ | Node hosting, development, production deployment, API access |
| MutinyNet Explorer | [API](https://mutinynet.com/docs/api/rest) | Full-featured mempool fork with open REST API for CTV+CSFS enabled signet | Production | ✓ | ✓ | Transaction monitoring, API integration, product development, smart contract analysis |
-| Inquisition Observer | [Site](https://inquisition.observer/) | Block explorer tracking all CTV transactions on Bitcoin signet, with real-time statistics and transaction monitoring | Production | ✓ | | Transaction monitoring, CTV adoption tracking, signet activity analysis |
+| Inquisition Observer | [Site](https://inquisition.observer/) | Block explorer tracking all CTV and CSFS transactions on Bitcoin signet, with real-time statistics and transaction monitoring | Production | ✓ | ✓ | Transaction monitoring, CTV and CSFS adoption tracking, signet activity analysis |
| CTV Playground | [Site](https://ctv.ursus.camp),
| Web-based tool for experimenting with CTV scripts and transaction templates | Prototype | ✓ | | Learning CTV concepts, testing script constructions, visualizing transaction templates |
| ctvlib | [Repo](https://github.com/ursuscamp/ctvlib),
| Rust utility library extracted from CTV Playground for CTV script development | Prototype | ✓ | | CTV script development, transaction template generation, library integration |
| Minsc | [Site](https://min.sc/),
[v0.3](https://min.sc/v0.3),
| High-level scripting language for Bitcoin contracts with CTV support | Production | ✓ | | Policy development, script compilation, address generation, contract testing |