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: over 1 year 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T03:54:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T16:21:41.258Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.93 MB
- Stars: 37
- Watchers: 16
- Forks: 22
- Open Issues: 13
-
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
[](https://github.com/nervosnetwork/ckb-system-scripts/actions)
[](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.