25 releases

new 0.0.50 May 3, 2025
0.0.49 May 2, 2025
0.0.48 Apr 28, 2025
0.0.43 Mar 16, 2025
0.0.3 Dec 15, 2024

#18 in Magic Beans

Download history 112/week @ 2025-01-12 120/week @ 2025-01-19 3/week @ 2025-01-26 120/week @ 2025-02-02 384/week @ 2025-02-09 67/week @ 2025-02-16 136/week @ 2025-02-23 290/week @ 2025-03-02 505/week @ 2025-03-09 187/week @ 2025-03-16 11/week @ 2025-03-23 130/week @ 2025-04-06 15/week @ 2025-04-13 174/week @ 2025-04-20 326/week @ 2025-04-27

645 downloads per month

MIT/Apache

2MB
46K 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.

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

~33–49MB
~884K SLoC