From 5b672fe82a9d2001e10a5690baa12979424043a6 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sat, 4 Feb 2023 13:21:42 +0100 Subject: [PATCH] README: add mempool extension module --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f81e9b..4e6267f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,12 @@ NixOS modules ([src](modules/modules.nix)) * [backups](modules/backups.nix): duplicity backups of all your node's important files * [operator](modules/operator.nix): configures a non-root user who has access to client tools (e.g. `bitcoin-cli`, `lightning-cli`) +### Extension modules +Extension modules are maintained in separate repositories and have their own review +and release process. + +* [Mempool](https://github.com/fort-nix/nix-bitcoin-mempool): Bitcoin visualizer, explorer and API service + Security --- See [SECURITY.md](SECURITY.md) for the security policy and how to report a vulnerability.