forge
login
or
join now
ptr.pet
/
Allegedly
forked from
microcosm.blue/Allegedly
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Server tools to backfill, tail, mirror, and verify PLC logs
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
hello
phil
9 months ago
ca7833ac
+13
4 changed files
expand all
collapse all
unified
split
.gitignore
Cargo.toml
readme.md
src
main.rs
+1
.gitignore
reviewed
···
1
1
+
/target
+6
Cargo.toml
reviewed
···
1
1
+
[package]
2
2
+
name = "alleged"
3
3
+
version = "0.1.0"
4
4
+
edition = "2024"
5
5
+
6
6
+
[dependencies]
+3
readme.md
reviewed
···
1
1
+
# Allegedly
2
2
+
3
3
+
A public ledger copy machine for [PLC](https://github.com/did-method-plc/did-method-plc) mirrors running the canonical typescript directory code.
+3
src/main.rs
reviewed
···
1
1
+
fn main() {
2
2
+
println!("Hello, world!");
3
3
+
}