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
| SDK | Description | Environment | Status |
|---|---|---|---|
| JavaScript SDK | High-level TypeScript/JavaScript SDK with camelCase APIs and full type safety for channels, invoices, payments, and more | Node.js, Browser | Available |
| WASM Node | Run a full Fiber node in WebAssembly | Browser | Coming 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.
Related Topics
- Toolchain Overview — The full Fiber development ecosystem
- RPC API Reference — Raw JSON-RPC methods
- Run a Fiber Node — Set up a node to connect to