Crates.io | teliox |
lib.rs | teliox |
version | |
source | src |
created_at | 2022-12-14 14:08:51.815164 |
updated_at | 2025-01-29 10:48:44.964076 |
description | Library for the Transaction Event Log |
homepage | |
repository | https://github.com/THCLab/keriox |
max_upload_size | |
id | 736610 |
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` |
size | 0 |
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.
EUPL 1.2
We have distilled the most crucial license specifics to make your adoption seamless: see here for details.