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 1148/week @ 2023-12-06 1694/week @ 2023-12-13 1369/week @ 2023-12-20 890/week @ 2023-12-27 1486/week @ 2024-01-03 1415/week @ 2024-01-10 1271/week @ 2024-01-17 1859/week @ 2024-01-24 1612/week @ 2024-01-31 942/week @ 2024-02-07 1168/week @ 2024-02-14 1150/week @ 2024-02-21 1744/week @ 2024-02-28 1106/week @ 2024-03-06 1299/week @ 2024-03-13 1071/week @ 2024-03-20

5,434 downloads per month
Used in 59 crates (via ckb-resource)

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