chinillaclvm_wasm
v0.1.24
Published
Implementation of `chinillaclvm` for Chinilla Network's cryptocurrency
Downloads
1
Readme
The chinillaclvm_rs
package has JavaScript bindings for the rust implementation of chinillaclvm in wasm.
This project is very immature, and only some test API is available for the moment. Pull requests are welcome.
Build
Use wasm-pack
to build the wasm pkg
file used with npm. Install it with:
$ cargo install wasm-pack
Then build with
$ wasm-pack build --release