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

Configure Feed

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

copying ops is now in the main bit, update install

phil 6b7128b5 f495e361

+12 -7
+12 -7
readme.md
··· 18 18 19 19 (add `--help` to any command for more info about it) 20 20 21 - also can: 22 21 23 - - Copy ops to postgres for a mirror running the [reference typescript implementation](https://github.com/did-method-plc/did-method-plc) 22 + ## install 24 23 24 + ```bash 25 + cargo install allegedly 26 + ``` 25 27 26 - ## install 28 + the version on crates might be behind while new features are under development. 29 + to install the latest from source: 27 30 28 - for now you'll need rust installed locally. after cloning, run 31 + - make sure you have rust/rustup set up 32 + - clone the repo 33 + - install 29 34 30 - ```bash 31 - cargo install --path . --bin allegedly 32 - ``` 35 + ```bash 36 + cargo install --path . --bin allegedly 37 + ```