Skip to content

A standalone debugger enabling off-chain contract development

License

Notifications You must be signed in to change notification settings

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

About

A standalone debugger enabling off-chain contract development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.8%
  • C 4.0%
  • Python 3.2%
  • Makefile 1.0%