Documentation

  • Rusty Kaspa README contains build instructions for the Rusty Kaspa framework.
  • WASM SDK README contains build instructions for the WASM SDK as well as instructions on running WASM SDK examples.

WASM SDK

TypeScript and Rust API documentation is available at the following URLs:

Rust crates

Rust documentation is broken into multiple crates (modules) comprising the Rusty Kaspa framework. Each crate is documented separately and can be accessed using links below.

Client-side framework

These crates are available to client-side applications.

General

Wallet

RPC

WASM

Applications

  • kaspa-cli - Kaspa command line RPC interface and wallet

Rusty Kaspa Node framework

These crates comprize the Rusty Kaspa node framework. They can be used in Rust native applications only.

Consensus & p2p

RPC

Applications

  • kaspad - Kaspa p2p node daemon