Server tools to backfill, tail, mirror, and verify PLC logs
50
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename bin so cargo install works

phil b6f8004e 7d311d09

+10 -1
+1 -1
Cargo.toml
··· 2 2 name = "allegedly" 3 3 version = "0.1.0" 4 4 edition = "2024" 5 - default-run = "main" 5 + default-run = "allegedly" 6 6 7 7 [dependencies] 8 8 anyhow = "1.0.99"
+9
readme.md
··· 12 12 also can: 13 13 14 14 - Copy ops to postgres for a mirror running the [reference typescript implementation](https://github.com/did-method-plc/did-method-plc) 15 + 16 + 17 + ## install 18 + 19 + for now you'll need rust installed locally. after cloning, run 20 + 21 + ```bash 22 + cargo install --path . --bin allegedly 23 + ```
src/bin/main.rs src/bin/allegedly.rs