Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 669 Bytes

File metadata and controls

40 lines (24 loc) · 669 Bytes

Development

Update built-in scripts

required

update submodule inside ckb and then run

make all

Update chain config

edit the things in ckb/devnet

All the script configs are generated by ckb list-hashes so you don't need to care about it.

Update templates

edit the things in templates/v${version}

Update CKB wasm debugger

required

  • rust/cargo
  • add wasm32-wasip1 target via rustup target add wasm32-wasip1
  • on linux, sudo apt install gcc-multilib

update the ckb-standalone-debugger submodule and run:

make ckb-debugger