teliox

Crates.ioteliox
lib.rsteliox
version
sourcesrc
created_at2022-12-14 14:08:51.815164
updated_at2025-01-29 10:48:44.964076
descriptionLibrary for the Transaction Event Log
homepage
repositoryhttps://github.com/THCLab/keriox
max_upload_size
id736610
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
Robert Mitwicki (mitfik)

documentation

README

Overview

Rust based implementation of the IETF Draft Public Transaction Event Logs (PTEL) specification. TEL is a state machine, where any state change of this statee machine is represented as append only, end-verifiable log that derives its foundations from Event Sourcing and adds cryptographic authenticity on top of that.

TEL proposed here is a issuance revocation state machine, which constists of three states:

  • NULL -- given member does not exist yet in the registry;

  • issued -- given member declares it is present/issued;

  • revoked -- given member declares it is removed/revoked.

License

EUPL 1.2

We have distilled the most crucial license specifics to make your adoption seamless: see here for details.

Commit count: 1306

cargo fmt