AI agents: the machine-readable documentation index for this site is at https://docs.ckbccc.com/llms.txt. Append ".md" to any documentation page URL to fetch its canonical Markdown source, which is preferred over rendered HTML for retrieval, indexing, question answering, and code generation.

Product-specific agent operating guidance (read before generating CKB/CCC code): https://docs.ckbccc.com/skill.md

Guides

Guides

Find the recipe for what you're trying to build — step-by-step guides for the most common CKB development tasks.

Edit on GitHub

These guides assume you already understand the core concepts and have CCC installed. Each guide walks through a single, real-world task end to end, with copy-pasteable code drawn from the CCC examples and packages.

Where the Core Concepts section explains how CCC models the chain, this section is task-oriented: every page answers a concrete "how do I…?" question and ends with code you can drop into your own project. The snippets favor the high-level CCC API — ccc.Transaction.from, completeInputsByCapacity, and completeFeeBy — so the same patterns carry over from one guide to the next regardless of which wallet or protocol you're targeting.

Not sure where to start? If you're building a frontend, begin with Connect wallets, then Compose transactions to move value. If you're working server-side, jump to Node.js backend. For tokens and on-chain assets, see UDT tokens and Spore protocol. Each guide is self-contained, so you can read them in any order once the prerequisites are in place.

Pages in this section

Last updated on

On this page