From a98318f16a7fe6661c20c39188cc476b1740baf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 21 May 2025 16:56:12 +0200 Subject: [PATCH] Adding Codex Factory and Codex Stalker --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffcfb1b..fa51ccf 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ Repo of community-driven Codex projects | [Qaku](https://github.com/vpavlin/qaku) | [Qaku.app](https://qaku.app) is a Q&A app (like Slido, but decentralized), leaning on Codex for persistency of the Q&As. Codex REST API is used via codex-js in the [frontend](https://github.com/vpavlin/qaku) and from Go in the [backend](https://github.com/vpavlin/qaku-cache). | | [Codex Installer](https://github.com/codex-storage/codex-installer) | [Codex Installer](https://docs.codex.storage/learn/installer/install-and-run) is a CLI tool to make it easy to download and install a Codex node and begin interacting with the Codex Testnet. | | [Codex FileHog](https://github.com/benbierens/codex-filehog) | A tool to store up entire folders of data on the Codex storage network. | +| [Codex Stalker](https://github.com/AuHau/codex-stalker) | A tool to monitor what is your node doing. Mainly focusing on Marketplace functionality. | +| [Codex Factory](https://github.com/codex-storage/codex-factory) | A tool to spawn local feature-complete Codex cluster using Docker with one command. |