commonware-log

Crates.iocommonware-log
lib.rscommonware-log
version
sourcesrc
created_at2024-12-08 23:07:16.373773
updated_at2024-12-11 14:50:43.398169
descriptionCommit to a secret log and agree to its hash.
homepagehttps://commonware.xyz
repositoryhttps://github.com/commonwarexyz/monorepo/tree/main/examples/log
max_upload_size
id1476812
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Patrick O'Grady (patrick-ogrady)

documentation

https://docs.rs/commonware-log

README

commonware-log

Crates.io

Commit to a secret log and agree to its hash.

Usage (Run at Least 3 to Make Progress)

Participant 0 (Bootstrapper)

cargo run --release -- --me 0@3000 --participants 0,1,2,3 --storage-dir /tmp/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/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/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/log/3
Commit count: 0

cargo fmt