@anonklub/merkle-tree-wasm
v1.1.4
Published
Wasm Rust crate forked from [personaelabs/merkle-tree](https://github.com/personaelabs/merkle-tree) to facilitate the creation and management of Merkle tree structures, specifically for handling anonymity sets.
Downloads
22
Readme
@anonklub/merkle-tree
Overview
@anonklub/merkle-tree
is a Rust crate forked from personaelabs/merkle-tree, designed to facilitate the creation and management of Merkle tree structures, specifically for handling anonymity sets. This crate is using wasm-pack
crate in order to generate wasm TS liberary in order to be integrated in the client-side.
Build
To build the project from source, navigate to the project directory and run the following command:
pnpm run compile