1.0.3 • Published 5 years ago

omt.js v1.0.3

Weekly downloads
2
License
GPL-3.0-only
Repository
github
Last release
5 years ago

omt.js

TypeScript & JavaScript implementation of ordered merkle trees.

Based on the specification for compact sparse merkle trees by Faraz Haider.

This is an implementation of ordered merkle trees where the ordered property of the tree is verified in merkle proofs by providing keys as part of the proof and using keys+values in the merkle hashes.