8 lines
642 B
Markdown
Raw Normal View History

# Awesome Codex
2025-01-12 13:36:53 -05:00
Repo of community-driven Codex projects
2025-01-24 09:24:47 +11:00
| Name (link)| Description |
| ----- | ------ |
| [ethCC demo](https://github.com/codex-storage/ethcc-demo) | Shows storage requests as they are created on the testnet (or locally, depending on config), and assuming the dataset is an image, displays the image |
2025-02-04 14:18:45 +01:00
| [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) |