Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

THCLab/teliox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages