Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 547 Bytes

develop.md

File metadata and controls

33 lines (21 loc) · 547 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

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