@richardkiss/clvm_rs
v0.0.1
Published
Implementation of `clvm` for Chia Network's cryptocurrency
Downloads
1
Readme
Rust implementation of clvm.
Python Wheel
Use maturin to build the python interface. First, install into current virtualenv with
$ pip install maturinBuild clvm_rs directly into the current virtualenv with
$ maturin develop --releaseTo build the wheel, do
$ maturin build --release --no-sdistWASM
Use wasm-pack to build the wasm pkg file used with npm. Install it with:
$ cargo install wasm-packThen build with
$ wasm-pack build --releaseTESTS +----- In order to run the unit tests, run:
cargo test