devchain
is the software that runs blockchain nodes.genesis.json
and config.toml
files will be created under the $HOME/.devchain/config
directory. You can make changes to those files to customize your blockchain. Then, set env
variables for libENI.$HOME/.devchain/config/priv_validator.json
key file. Note down the public key for each of them.devchain node show_node_id –home $HOME/.devchain
and note down the seed for each. It is in the format of [email protected]:26656
genesis.json
and config.toml
files for the entire cluster. Enter all the public keys and seeds from the last step into the tool. For example, here is how to create a genesis.json
with a custom chain_id
, a custom gas_price
and public keys from multiple nodes.config.toml
file with the seeds.genesis.json
and config.toml
files back into each node’s $HOME/.devchain/config
directory.secondstate/devchain
.genesis.json
and config.toml
files will be created under the $HOME/.devchain/config
directory. You can make changes to those files to customize your blockchain. You may need to sudo su -
in order to edit those files since they are created by the root user. The libENI libraries have been built into the docker image so you don’t need to worry about it. Then, you can start the node.$HOME/.devchain/config/priv_validator.json
key file. Note down the public key for each of them.devchain node show_node_id –home $HOME/.devchain
and note down the seed for each. It is in the format of [email protected]:26656
genesis.json
and config.toml
files for the entire cluster. Enter all the public keys and seeds from the last step into the tool. For example, here is how to create a genesis.json
with a custom chain_id
, a custom gas_price
and public keys from multiple nodes.config.toml
file with the seeds.genesis.json
and config.toml
files back into each node's $HOME/.devchain/config
directory.