ckb-system-scripts

Crates.iockb-system-scripts
lib.rsckb-system-scripts
version0.5.4
sourcesrc
created_at2019-06-19 08:08:27.292833
updated_at2021-10-19 07:35:12.698017
descriptionCKB System Scripts
homepage
repositoryhttps://github.com/nervosnetwork/ckb-system-scripts
max_upload_size
id142069
size1,284,786
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: 264

cargo fmt