44 releases

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

#9 in #ckb

Download history 2002/week @ 2025-07-27 1295/week @ 2025-08-03 2134/week @ 2025-08-10 2063/week @ 2025-08-17 2373/week @ 2025-08-24 2753/week @ 2025-08-31 3350/week @ 2025-09-07 2131/week @ 2025-09-14 2252/week @ 2025-09-21 2199/week @ 2025-09-28 2092/week @ 2025-10-05 1372/week @ 2025-10-12 2176/week @ 2025-10-19 2108/week @ 2025-10-26 2622/week @ 2025-11-02 2814/week @ 2025-11-09

9,896 downloads per month
Used in 64 crates (3 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, 8KB) specs/cells/dao

pub use const BUNDLED_CELL: Files pub use const CODE_HASH_DAO: [u8; 32] pub use const CODE_HASH_SECP256K1_BLAKE160_SIGHASH_ALL: [u8; 32] pub use const CODE_HASH_SECP256K1_RIPEMD160_SHA256_SIGHASH_ALL: [u8; 32]


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