SDK Overview
Use the official SDK when you need to integrate CCCC with external applications and services.
Official SDK
- Repository: ChesterRa/cccc-sdk
- Python package:
cccc-sdk(import ascccc_sdk) - TypeScript package:
cccc-sdk
Install
bash
pip install -U cccc-sdk
npm install cccc-sdkRelationship to CCCC Core
- CCCC core (
cccc-pair) is the runtime control plane (daemon + ledger + ports). - SDK is a client interface to that running control plane.
- SDK does not replace core and does not persist state on its own.