mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-10 10:27:54 -05:00
* fix: build all wasm packages * remove eth membrship worker filter * chore: update package.json * refactor: add wasm-pack and rimraf deps * chore: update `.tool-versions`
@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