We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
genesis generate
Task copied from the master issue: #1203
generate The generate subcommand should generate a genesis.json file on disk. Flags --output-path - the output path for the genesis.json. If there is a genesis.json already there, the command fails --genesis-time - unix time for the genesis block --chain-id - the ID of the chain --block-max-tx-bytes - the max size of the block transaction --block-max-data-bytes - the max size of the block data --block-max-gas - the max gas limit for the block --block-time-iota - the block time iota (in ms)
generate
The generate subcommand should generate a genesis.json file on disk.
genesis.json
--output-path
--genesis-time
--chain-id
--block-max-tx-bytes
--block-max-data-bytes
--block-max-gas
--block-time-iota
PR against branch: feat/genesis
The text was updated successfully, but these errors were encountered:
Added as part of 5033232
Sorry, something went wrong.
zivkovicmilos
No branches or pull requests
Description
Task copied from the master issue: #1203
PR against branch: feat/genesis
The text was updated successfully, but these errors were encountered: