Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nervosnetwork/ckb-system-scripts
CKB's official system scripts. Those contracts will be included in system cells in genesis blocks
https://github.com/nervosnetwork/ckb-system-scripts
Last synced: 7 days ago
JSON representation
CKB's official system scripts. Those contracts will be included in system cells in genesis blocks
- Host: GitHub
- URL: https://github.com/nervosnetwork/ckb-system-scripts
- Owner: nervosnetwork
- Created: 2018-10-09T02:38:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T03:54:49.000Z (2 months ago)
- Last Synced: 2024-09-10T06:48:39.763Z (2 months ago)
- Language: C
- Homepage:
- Size: 1.93 MB
- Stars: 36
- Watchers: 18
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nervos-ckb - CKB System Scripts: Hardcoded scripts in the Nervos CKB genesis block
README
# ckb-system-scripts
[![Build Status](https://github.com/nervosnetwork/ckb-system-scripts/workflows/CI/badge.svg)](https://github.com/nervosnetwork/ckb-system-scripts/actions)
[![Crates.io](https://img.shields.io/crates/v/ckb-system-scripts)](https://crates.io/crates/ckb-system-scripts)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.