Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nervosnetwork/ckb-miscellaneous-scripts
Interesting and useful CKB scripts which aren't necessarily in system scripts
https://github.com/nervosnetwork/ckb-miscellaneous-scripts
Last synced: 7 days ago
JSON representation
Interesting and useful CKB scripts which aren't necessarily in system scripts
- Host: GitHub
- URL: https://github.com/nervosnetwork/ckb-miscellaneous-scripts
- Owner: nervosnetwork
- License: mit
- Created: 2019-10-31T12:27:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T06:38:28.000Z (about 1 year ago)
- Last Synced: 2024-08-03T02:09:00.331Z (3 months ago)
- Language: C
- Size: 528 KB
- Stars: 15
- Watchers: 14
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nervos-ckb - Miscellanneous Scripts (Simple User Defined Token, HTLC, Dynamic Linking)
README
# ckb-miscellaneous-scripts
[![Build Status](https://travis-ci.com/nervosnetwork/ckb-miscellaneous-scripts.svg?branch=master)](https://travis-ci.com/nervosnetwork/ckb-miscellaneous-scripts)
Interesting and useful CKB scripts which aren't necessarily in system scripts.
## Building
The following commands can be used to build all scripts in this repository.
Note: Building these scripts requires [Docker](https://docs.docker.com/engine/install/) to be installed and available to the current user.
```
git clone --depth=2 --branch=master https://github.com/nervosnetwork/ckb-miscellaneous-scripts.git
cd ckb-miscellaneous-scripts
git submodule update --init --recursive
make all-via-docker
```