Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 600 Bytes

CCC Locks

CCC (Common Chains Connector) helps developers interoperate wallets from different chain ecosystems with CKB, fully enabling CKB's cryptographic freedom power. The lock specifications for dedicated chains can be found in docs.

Build

Build on native machine:

$ make build

See ckb-script-templates for required setup.

Make a reproducible build:

$ bash scripts/reproducible_build_docker

The docker is required.

Test

$ cd tests && cargo test