noislabs / noisd

13 stars 3 forks source link

add prepare-genesis command #27

Closed jhernandezb closed 1 year ago

jhernandezb commented 1 year ago

Closes #25 Added a new command to set all the params

To use it run it after noisd init noisd prepare-genesis [chain-id] example similar to the one I added to startnode.sh

noisd prepare-genesis localnet-1

You can also set a genesis time with a flag

noisd prepare-genesis localnet-1 --genesis-time=2023-04-01T17:00:00
webmaster128 commented 1 year ago

In https://github.com/noislabs/noisd/issues/28 I started a list with undecided parameters. We can collect everything there that is not yet clear and merge this PR soon.

jhernandezb commented 1 year ago

In #28 I started a list with undecided parameters. We can collect everything there that is not yet clear and merge this PR soon.

sounds good merging and tweak the others after