Files
sripwoud 0121dbe341 fix: build all wasm packages with turbo (#493)
* 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`
2024-08-21 22:43:22 +02:00
..
2024-08-09 14:25:05 +02:00

@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