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

#11 in #genesis

Download history 622/week @ 2024-04-29 1390/week @ 2024-05-06 924/week @ 2024-05-13 757/week @ 2024-05-20 499/week @ 2024-05-27 806/week @ 2024-06-03 825/week @ 2024-06-10 1212/week @ 2024-06-17 1237/week @ 2024-06-24 525/week @ 2024-07-01 596/week @ 2024-07-08 1326/week @ 2024-07-15 1110/week @ 2024-07-22 1490/week @ 2024-07-29 924/week @ 2024-08-05 1919/week @ 2024-08-12

5,544 downloads per month
Used in 59 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