ckb-system-scripts

Crates.iockb-system-scripts
lib.rsckb-system-scripts
version0.6.0
created_at2019-06-19 08:08:27.292833+00
updated_at2025-05-13 08:39:59.13054+00
descriptionCKB System Scripts
homepage
repositoryhttps://github.com/nervosnetwork/ckb-system-scripts
max_upload_size
id142069
size1,326,555
Nervos Bot (nervos-bot-user)

documentation

README

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.

Commit count: 270

cargo fmt