Skip to content

ckb-ecofund/ccc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCC

NPM Version GitHub commit activity GitHub last commit GitHub deployments Demo

"Common Chains Connector" is where CCC begins.
CCC helps you to interoperate wallets from different chain ecosystems with CKB,
fully enabling CKB's cryptographic freedom power.

Preview

This project is still under active development, and we are looking forward to your feedback. Try its demo now here.

Installing

We design CCC for both front-end and back-end developers. You need only one package to fulfil all your needs:

  • NodeJS: npm install @ckb-ccc/ccc
  • Web Component: npm install @ckb-ccc/connector
  • React: npm install @ckb-ccc/connector-react

CCC exports everything on the ccc object:

import { ccc } from "@ckb-ccc/<package-name>";

Links

  • Lumos and its Docs: Lumos provides utils to help compose CKB transactions.
  • RGB++ SDK and its Design: RGB++ is a protocol for issuing assets with Turing-completed VM on BTC L1.
  • Spore SDK and its Docs: The on-chain digital object (DOBs) protocol designed to empower ownership, distribution, and value capture.