From a410bf6a6f1cf48c5d85e6917b24bfd7d8dc8c6a Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Fri, 16 May 2025 12:11:59 +0200 Subject: [PATCH] Adds Codex FileHog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45226ee..ffcfb1b 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Repo of community-driven Codex projects | [Codex SDK](https://github.com/codex-storage/codex-js) | JavaScript SDK that allows developers to build web applications on top of Codex. | | [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. |