Skip to content

A standalone debugger enabling off-chain contract development

License

Notifications You must be signed in to change notification settings

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

Packages

No packages published

Languages

  • Rust 90.5%
  • C 4.5%
  • Python 3.8%
  • Other 1.2%