required
- rust/cargo
- capsule https://github.com/nervosnetwork/capsule/releases
- docker
update submodule inside ckb
and then run
make all
edit the things in ckb/devnet
whenever the devnet genesis block's tx hashes changes, you need to update the devnet lumos config file, which is templates/config.json
.
first start the node:
yarn start node
second, generate Lumos config file:
NODE_ENV=development yarn start build-lumos-config