Fiber LogoFiber Docs

SDK

SDKs for integrating with Fiber Network

SDK

Fiber provides multiple SDKs to help developers integrate with the network. Choose the one that fits your stack and use case.

Available SDKs

SDKDescriptionEnvironmentStatus
JavaScript SDKHigh-level TypeScript/JavaScript SDK with camelCase APIs and full type safety for channels, invoices, payments, and moreNode.js, BrowserAvailable
WASM NodeRun a full Fiber node in WebAssemblyBrowserComing soon

Choosing an SDK

  • JavaScript SDK (@ckb-ccc/fiber) — Use this for building applications that talk to an existing Fiber node over HTTP. It provides a typed, camelCase wrapper around the Fiber JSON-RPC with methods for channels, invoices, payments, peers, and node info. Best choice for most dApp and server-side development.

  • WASM Node — Embeds a Fiber node directly in the browser via WebAssembly. Use when you need a fully in-browser node without a separate server process.