nervosnetwork / ckb-standalone-debugger

A standalone debugger enabling off-chain contract development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKB Standalone Debugger

CKB standalone debugger is a collection of debugging tools.

We provide a command line tool that allows you to develop CKB scripts offline. To install

cargo install --git https://github.com/nervosnetwork/ckb-standalone-debugger ckb-debugger

And then refer to the sample programs we provided examples

Notes

macOS

On macOS, the protoc binary must be available to compile ckb-vm-pprof-converter. This can be installed via homebrew:

$ brew install protobuf

Licences

MIT

About

A standalone debugger enabling off-chain contract development

License:MIT License


Languages

Language:Rust 91.9%Language:C 5.2%Language:Makefile 2.7%Language:Python 0.2%