XuJiandong / ckb-miscellaneous-scripts

Interesting and useful CKB scripts which aren't necessarily in system scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ckb-miscellaneous-scripts

Build Status

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 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

About

Interesting and useful CKB scripts which aren't necessarily in system scripts

License:MIT License


Languages

Language:C 45.7%Language:Rust 28.1%Language:Assembly 21.9%Language:Makefile 2.9%Language:CMake 1.1%Language:Python 0.2%Language:Shell 0.1%