merkle-tree-wasm

Crates.iomerkle-tree-wasm
lib.rsmerkle-tree-wasm
version1.1.1
sourcesrc
created_at2024-03-12 17:18:48.866308
updated_at2024-03-12 17:18:48.866308
descriptionCreation and management of Merkle tree structures.
homepage
repositoryhttps://github.com/anonklub/anonklub/tree/main/pkgs/merkle-tree-wasm
max_upload_size
id1170819
size14,250
(sripwoud)

documentation

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
Commit count: 0

cargo fmt