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

#14 in #genesis

Download history 1305/week @ 2024-09-01 885/week @ 2024-09-08 1005/week @ 2024-09-15 1270/week @ 2024-09-22 457/week @ 2024-09-29 778/week @ 2024-10-06 1129/week @ 2024-10-13 2569/week @ 2024-10-20 1119/week @ 2024-10-27 581/week @ 2024-11-03 910/week @ 2024-11-10 1645/week @ 2024-11-17 1194/week @ 2024-11-24 1817/week @ 2024-12-01 2000/week @ 2024-12-08 2470/week @ 2024-12-15

7,675 downloads per month
Used in 62 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