-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update CLI Docs #57
Update CLI Docs #57
Conversation
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.
Section on common issues is great addition!
LGTM
Co-authored-by: quasystaty <121364949+quasystaty1@users.noreply.github.com>
We should update the installing go-ethereum component to use github.com/astriaorg/astria-geth instead of github.com/astriaorg/go-ethereum |
for local rollup and local sequencer instructions there is no step to specify a custom config for geth
this means that when we get to the test transactions phase the user doesn't know the chain-id of their geth node |
It is update to this for all the go-cli stuff, but not for the rest of the existing docs. |
If they are just running things locally and pulling the repos for local everything, they don't need to update these. The default chain id and rollup name when pulling geth and the test transactions are the same. I'll add that section though, to avoid confusion. |
Description
Update the cli tutorial sections for the go cli.
Bring those same sections up to date for use with Dusk-5