davebryson / urkel-rs

Rust Implementation of an Urkel Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Implementation of the Urkel Tree

In progress implementation of an urkel (Base-2 Merkle) tree from the Handshake project.

What Works:

  • insert/get/proof
  • Basic store in place

To Do:

  • remove
  • Store improvements
  • Meta
  • Rolling files
  • Snapshot
  • Tx batches

... The "todo" is larger than the "what works" ... 😅

About

Rust Implementation of an Urkel Tree

License:Apache License 2.0


Languages

Language:Rust 100.0%