-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
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
docs: testnet 5 documentation for Babylon validators #369
base: main
Are you sure you want to change the base?
Conversation
2759bb0
to
0c9b468
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First parsing mainly containing comments on the structure of the document
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd round focusing a little bit more on the text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work Sam! Like the consolidated version!
- `start`: This is the command to start the Babylon node. | ||
- `--chain-id bbn-test-5`: Specifies the ID of the blockchain network you're connecting to. | ||
- `--home=./nodeDir`: Sets the directory for the node's data and configuration files and is dependant on where the files were generated for you from the initialization. In this case, it's using a directory named "nodeDir" in the current path. | ||
- `--minimum-gas-prices=0.005ubbn`: This flag sets the minimum gas price for transactions the node will accept. This can also be manually set in the `app.toml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--x-crisis-skip-assert-invariants - add this
Summary
With testnet 5 coming up we need information for developers to join the network. This doc explains the validator setup
Here are the required materials:
Questions for reviewer:
For the following do I need to elaborate on this?
Explainer of the epoching mechanism and when you should expect to see your validator online.