20 releases

new 0.0.45 Apr 22, 2025
0.0.44 Apr 9, 2025
0.0.43 Mar 16, 2025
0.0.11 Feb 26, 2025
0.0.3 Dec 15, 2024

#204 in #progress

Download history 102/week @ 2025-01-01 29/week @ 2025-01-08 211/week @ 2025-01-15 13/week @ 2025-01-22 229/week @ 2025-02-05 338/week @ 2025-02-12 6/week @ 2025-02-19 176/week @ 2025-02-26 512/week @ 2025-03-05 417/week @ 2025-03-12 22/week @ 2025-03-19 141/week @ 2025-04-09

182 downloads per month

MIT/Apache

2MB
41K 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

~32–48MB
~877K SLoC