Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 571 Bytes

ckb-system-scripts

Build Status Crates.io

CKB's system scripts, which included in the system cells in the genesis block.

Quick Start

git submodule init
git submodule update
make install-tools
make all-via-docker
cargo test --all

Release

Tag and publish the release. GitHub Actions will publish the crate.