Implementation of `klvm` for Chik Network's cryptocurrency
npm install klvm_wasmThe klvm_rs package has JavaScript bindings for the rust implementation of klvm in wasm.
This project is very immature, and only some test API is available for the moment. Pull requests are welcome.
Use wasm-pack to build the wasm pkg file used with npm. Install it with:
``bash`
cargo install wasm-pack
Then build with
`bash`Make sure you're at
wasm-pack build --release --target=nodejs
Prerequisite:
- NodeJS >= 16
- Wasm files built by wasm-pack command exist at
`bash``Make sure you're at
node ./tests/index.js