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

#36 in #ckb

Download history 2092/week @ 2024-12-17 1768/week @ 2024-12-24 1581/week @ 2024-12-31 1966/week @ 2025-01-07 2636/week @ 2025-01-14 1807/week @ 2025-01-21 468/week @ 2025-01-28 1168/week @ 2025-02-04 1379/week @ 2025-02-11 1448/week @ 2025-02-18 2149/week @ 2025-02-25 1646/week @ 2025-03-04 2258/week @ 2025-03-11 1877/week @ 2025-03-18 1422/week @ 2025-03-25 628/week @ 2025-04-01

6,358 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