43 releases

0.5.4 Oct 19, 2021
0.5.3 Jul 21, 2021
0.5.2 May 19, 2021
0.5.1 Nov 8, 2019
0.2.0-alpha.3 Jul 26, 2019

#12 in #genesis

Download history 1740/week @ 2024-01-06 1288/week @ 2024-01-13 1793/week @ 2024-01-20 1760/week @ 2024-01-27 1222/week @ 2024-02-03 494/week @ 2024-02-10 1498/week @ 2024-02-17 1137/week @ 2024-02-24 1905/week @ 2024-03-02 961/week @ 2024-03-09 1458/week @ 2024-03-16 1447/week @ 2024-03-23 1208/week @ 2024-03-30 1101/week @ 2024-04-06 1201/week @ 2024-04-13 1396/week @ 2024-04-20

5,160 downloads per month
Used in 59 crates (via ckb-resource)

MIT license

1MB
3K SLoC

Contains (ELF exe/lib, 53KB) secp256k1_blake160_multisig_all, (ELF exe/lib, 53KB) secp256k1_blake160_sighash_all, (ELF exe/lib, 9KB) specs/cells/dao

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.

Dependencies