A Prediction Market on the AT Protocol
TypeScript 90.2%
CSS 8.0%
Dockerfile 1.0%
JavaScript 0.4%
HTML 0.3%
Shell 0.1%
126 1 0

Clone this repository

https://tangled.org/ciaran.co.za/cumulus https://tangled.org/did:plc:ssntylce6aeeazwb64ol6nsj/cumulus
git@tangled.org:ciaran.co.za/cumulus git@tangled.org:did:plc:ssntylce6aeeazwb64ol6nsj/cumulus

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Cumulus: An ATProto Prediction Market#

Just for fun :)

├── Dockerfile              # Build scripts
├── generated/              # Generated files - lexicon, orm, etc.
├── src/
│   ├── core                # atproto api calls for record crud
│   ├── db                  # prisma config + migrations
│   ├── jetstream           # za.co.ciaran.cumulus.* indexer
│   ├── lexicon             # Cumulus Lexicons
│   ├── server              # Server (Client -> DB Endpoints, FE /src/web app)
│   └── web                 # Front end