An open API service indexing awesome lists of open source software.

https://github.com/penumbra-zone/jmt

An async-friendly sparse merkle tree implementation based on Diem's Jellyfish Merkle Tree
https://github.com/penumbra-zone/jmt

merkle-tree

Last synced: 23 days ago
JSON representation

An async-friendly sparse merkle tree implementation based on Diem's Jellyfish Merkle Tree

Awesome Lists containing this project

README

          

# Penumbra's Jellyfish Merkle Tree

This repository is a fork of the [Diem Jellyfish Merkle Tree](https://github.com/diem/diem/tree/main/storage/jellyfish-merkle)
crate, modified to inline dependencies and trim the parts not needed for Penumbra's uses.