Learning CKB
Lessons
Dashboard
Connect Wallet
Back to lesson
Quiz: Script Debugging & Testing
0 of 8 answered
0%
Question 1 of 8
What tool is used to run CKB scripts locally against mock transactions for debugging, and how is it installed?
A
ckb-vm-runner, installed via `npm install -g ckb-vm-runner`
B
CKB-Debugger, installed via `cargo install ckb-debugger` or downloaded from GitHub releases at nervosnetwork/ckb-standalone-debugger
C
ckb-sandbox, installed by cloning the Nervos repository and running `make install`
D
The standard Rust debugger `gdb` with a CKB-VM plugin, installed via `rustup component add gdb`
Previous
Next
Lessons