Skip to content

Merkletree implementation in Javascript that matches Tezos onChain hashing

Notifications You must be signed in to change notification settings

tezid/tezos-merkletree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tezos Merkletree

Merkletree implementation that matches Tezos onChain hashing.

This module uses packDataBytes from @taquito/michel-codec to create byte representations of data that matches Tezos onChain representation.

The current use-case is so we can create a merkleproof in Javascript that can be passed to and verified by a Tezos smart contract.

For TezID we use this to enable set membership verification in zero knowledge onChain.

Heavily inspired by https://github.com/binded/merkletree.

enjoy.

About

Merkletree implementation in Javascript that matches Tezos onChain hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published