kaspa-wrpc-client 0.15.0

Kaspa wRPC client
Documentation

wRPC Client for Rusty Kaspa p2p Node

This crate provides a WebSocket RPC client for Rusty Kaspa p2p node. It is based on the wRPC crate that offers WebSocket RPC implementation for Rust based on Borsh and Serde JSON serialization. wRPC is a lightweight RPC framework meant to function as an IPC (Inter-Process Communication) mechanism for Rust applications.

Rust examples on using wRPC client can be found in the examples folder.

WASM bindings for wRPC client can be found in the kaspa-wrpc-wasm crate.

The main struct managing Kaspa RPC client connections is the [KaspaRpcClient].