
KASPA WASM32 SDK
WASM32 API bindings for the Kaspa Rust infrastructure (preliminary beta release)
Download
Currently built from https://github.com/aspectron/rusty-kaspa/tree/wasm-bindings
WASM SDK:
wRPC to gRPC proxy:
Always make sure that you are using a matching versions of a wRPC proxy and WASM SDK.
Documentation:
- WASM SDK integration guide: https://kaspa-mdbook.aspectron.com
- Rustdoc (for Rust & WASM): https://docs.rs/kaspa-wasm/latest/kaspa-wasm/
- JSDoc (for JavaScript & TypeScript): https://aspectron.com/docs/kaspa-wasm/
Examples (work in progress):
Build from source
- Follow the instructions in https://github.com/kaspanet/rusty-kaspa README.md file
- Build WASM binaries by running
wasm-pack
in the/wasm
folder (kaspa-wasm
crate);