Crates.io | merkle-tree-wasm |
lib.rs | merkle-tree-wasm |
version | 1.1.1 |
source | src |
created_at | 2024-03-12 17:18:48.866308 |
updated_at | 2024-03-12 17:18:48.866308 |
description | Creation and management of Merkle tree structures. |
homepage | |
repository | https://github.com/anonklub/anonklub/tree/main/pkgs/merkle-tree-wasm |
max_upload_size | |
id | 1170819 |
size | 14,250 |
@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.
To build the project from source, navigate to the project directory and run the following command:
pnpm run compile