Creating new chain #19416
Creating new chain
#19416
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would appreciate your assistance with this matter.
When creating a new testnet, we follow the steps outlined in the Makefile:
1- We use a Makefile to automate the generation of gentx with the following code.
2- We onboard validators by adding their accounts under allocate_genesis_accounts, allowing them to execute gentx from the initial genesis. Validators with a balance in their genesis account can then proceed to create a validator.
3- They generate gentx locally and submit it to us
4- One of our teammates gathers all the generated gentxs and update our genesis file and put those gentxs into our gentx directory
5- We distribute the finalized genesis file to all validators
"Please assist me in comprehending the correct flow and identify which step can be enhanced for the automated collection of gentxs, Updating genesis and etc"
The objective is to automate and improve this process.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions