10 releases

new 0.0.10 Feb 13, 2025
0.0.9 Feb 13, 2025
0.0.6 Jan 20, 2025
0.0.3 Dec 15, 2024

#372 in Asynchronous

Download history 247/week @ 2024-12-07 142/week @ 2024-12-14 5/week @ 2024-12-21 116/week @ 2025-01-04 110/week @ 2025-01-11 124/week @ 2025-01-18 5/week @ 2025-01-25 73/week @ 2025-02-01 356/week @ 2025-02-08

601 downloads per month

MIT/Apache

1.5MB
34K SLoC

commonware-log

Crates.io

Commit to a secret log and agree to its hash.

Usage (Run at Least 3 to Make Progress)

To run this example, you must first install Rust and protoc.

Participant 0 (Bootstrapper)

cargo run --release -- --me 0@3000 --participants 0,1,2,3 --storage-dir /tmp/commonware-log/0

Participant 1

cargo run --release -- --bootstrappers 0@127.0.0.1:3000 --me 1@3001 --participants 0,1,2,3 --storage-dir /tmp/commonware-log/1

Participant 2

cargo run --release -- --bootstrappers 0@127.0.0.1:3000 --me 2@3002 --participants 0,1,2,3 --storage-dir /tmp/commonware-log/2

Participant 3

cargo run --release -- --bootstrappers 0@127.0.0.1:3000 --me 3@3003 --participants 0,1,2,3 --storage-dir /tmp/commonware-log/3

Dependencies

~27–42MB
~775K SLoC