Skip to content

nervosnetwork/ckb-standalone-debugger

Repository files navigation

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