QubicKit Docs
CoreFoundations

Module Reference

A guided map of every public module exported from @qubiq/core.

Pick a module to dive in:

How modules layer together

Stack overview
  1. Types & Serialization — shared Zod schemas + byte encoders.
  2. Clients & Connectors — HTTP bindings plus event emitters (proto ready for future gRPC).
  3. Wallets — derivation, signing, watchers feeding automation.
  4. Automation + Monitoring — pipelines dispatch transfers, metrics observe them.
  5. Proposals — CCF contract helper + registries for governance-aware automation.

Tips for SDK authors

  • Mix and match modules; everything exports plain classes/functions with rich typings.
  • Use the TypeScript/TSDoc guide to pull inline API references into your own docs.
  • Downstream packages (CLI, desktop wallet, @qubiq/sdk) will pull straight from these modules—mirror that approach in your libraries to stay compatible.