Skip to content

nextleap-project/rousseau-chain

 
 

Repository files navigation

rousseau-chain

An hash-chain with efficient O(1) append and O(logN) proof.

Run it as python client.py kafka_host:kafka_port, e.g.

python client.py 192.168.1.110:9092

or

python client.py kafka.network.hostname:9092

About

An hash-chain with efficient O(1) append and O(logN) proof.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.2%
  • TLA 12.1%
  • Makefile 4.4%
  • Batchfile 4.3%