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 1198/week @ 2024-07-20 1449/week @ 2024-07-27 939/week @ 2024-08-03 1902/week @ 2024-08-10 975/week @ 2024-08-17 1479/week @ 2024-08-24 1415/week @ 2024-08-31 790/week @ 2024-09-07 1031/week @ 2024-09-14 1290/week @ 2024-09-21 520/week @ 2024-09-28 742/week @ 2024-10-05 1075/week @ 2024-10-12 2535/week @ 2024-10-19 1219/week @ 2024-10-26 610/week @ 2024-11-02

5,650 downloads per month
Used in 61 crates (2 directly)

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