chik_wasm

Crates.iochik_wasm
lib.rschik_wasm
version0.28.1
created_at2024-07-11 09:08:36.430421+00
updated_at2025-08-08 08:58:16.934608+00
descriptionCode useful for implementing chik consensus.
homepagehttps://github.com/Chik-Network/chik_rs
repositoryhttps://github.com/Chik-Network/chik_rs
max_upload_size
id1299333
size17,846
Chik-Network (Chik-Network)

documentation

README

The chik_wasm package has JavaScript bindings for the rust implementation of the chik crate in wasm.

Build

Use wasm-pack to build the wasm pkg file used with npm. Install it with:

$ cargo install wasm-pack --locked

Then build with

$ wasm-pack build --release
Commit count: 538

cargo fmt