ckb-ccc-fundamentals
Installation
SKILL.md
CKB CCC — Fundamentals
CCC (CKBers' Codebase) is the one-stop TypeScript/JavaScript SDK for CKB.
- Full docs: https://docs.ckbccc.com
- llms.txt: https://docs.ckbccc.com/llms.txt
This is the hub skill — read this first for any CKB/CCC task. For a specific scenario, also load the matching vertical skill:
| Task | Skill |
|---|---|
| Connecting a wallet (React) or creating a backend signer | ckb-ccc-signer-setup |
| Composing/sending a transaction, querying cells, cell deps | ckb-ccc-transactions |
| Spore protocol NFTs/DOBs | ckb-ccc-spore |
| UDT / xUDT fungible tokens | ckb-ccc-udt |