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
- Host: GitHub
- URL: https://github.com/penumbra-zone/jmt
- Owner: penumbra-zone
- License: apache-2.0
- Created: 2021-12-10T00:00:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T14:59:28.000Z (5 months ago)
- Last Synced: 2025-08-28T19:03:14.277Z (about 1 month ago)
- Topics: merkle-tree
- Language: Rust
- Homepage:
- Size: 845 KB
- Stars: 61
- Watchers: 10
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.