-
Notifications
You must be signed in to change notification settings - Fork 25
Readme update #1798
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
base: main
Are you sure you want to change the base?
Readme update #1798
Conversation
|
@Abhilashaa08 This is great - ty! Any chance you could share a video or screenshot of you running it? Would also appreciate if you can upadate the GitHub description. |
| brew install gnu-sed | ||
| brew install grep | ||
| brew install yq | ||
| brew install kind | ||
| brew install tilt |
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.
Can we single line this?
| # Verify Go version (must be 1.23.x, NOT 1.24+) | ||
| go version | ||
| # Expected output: go1.23.12 darwin/arm64 |
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.
Is there a way to update go.mod or other tooling to avoid additional cognitive overhead on the reader?
|
|
||
| ``` | ||
|
|
||
|
|
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.
Please fix spacing here and below
| # Initialize accounts (required for relays & tests) | ||
| make acc_initialize_pubkeys POCKET_NODE=http://localhost:26657 | ||
| ``` | ||
| Troubleshooting |
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.
Missing header
|
|
||
|
|
||
|
|
||
| # Quickstart (Localnet) |
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.
| # Quickstart (Localnet) | |
| ## Quickstart (Localnet) |
Summary
< Improve onboarding instructions by updating the README.md with clear prerequisites, quickstart steps, and troubleshooting notes for running make localnet_up.>
Primary Changes:
Secondary Changes:
Issue
Type of change
Select one or more from the following:
Sanity Checklist
assignees,reviewers,labels,project,iterationandmilestonemake docusaurus_startmake go_develop_and_testandmake test_e2edevnet-test-e2elabel to run E2E tests in CImake test_e2e_oneshot