Introduction

CCC (CKBers' Codebase) is a one-stop JS/TS SDK for building on the CKB blockchain.

Edit on GitHub

CCC is a one-stop TypeScript / JavaScript SDK for the CKB (Common Knowledge Base) blockchain. It provides transaction composition, multi-chain wallet connection, and protocol integrations (UDT, Spore, SSRI).

What you can do with CCC

  • Learn CKB — Code examples and live demos help you understand how CKB works.
  • Compose transactions — Declarative, intuitive transaction composition with auto input / fee filling.
  • Sign messages — A unified signing interface with pre-built methods across multiple chains.
  • Connect wallets — Drop-in wallet connector, or build your own UI with the underlying signers.
  • Analyze on-chain data — Interact with CKB nodes and process blockchain data programmatically.

Where to go next

On this page