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

Configure Feed

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

Rust 100.0%
34 2 3

Clone this repository

https://tangled.org/geesawra.industries/Allegedly https://tangled.org/did:plc:6ll5xi67lyuyovt6fiv4fnjo/Allegedly
git@tangled.org:geesawra.industries/Allegedly git@tangled.org:did:plc:6ll5xi67lyuyovt6fiv4fnjo/Allegedly

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

Download tar.gz
readme.md

Allegedly#

Some public ledger tools and services

Allegedly can

  • Tail PLC ops to stdout: allegedly tail | jq
  • Export PLC ops to weekly gzipped bundles: allegdly bundle --dest ./some-folder
  • Dump bundled ops to stdout FAST: allegedly backfill --source-workers 6 | pv -l > /ops-unordered.jsonl

(add --help to any command for more info about it)

also can:

install#

for now you'll need rust installed locally. after cloning, run

cargo install --path . --bin allegedly