required
- rust/cargo
- capsule https://github.com/nervosnetwork/capsule/releases
- docker
update submodule inside ckb and then run
make alledit the things in ckb/devnet
All the script configs are generated by ckb list-hashes so you don't need to care about it.
edit the things in templates/v${version}
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