-
Notifications
You must be signed in to change notification settings - Fork 26
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,6 +33,43 @@ For technical documentation, visit [dev.poktroll.com](https://dev.poktroll.com). | |||||
| Documentation is maintained in the [docusaurus repo](./docusaurus) and is | ||||||
| automatically deployed to the link above. | ||||||
|
|
||||||
| # Prerequisites | ||||||
|
|
||||||
| ```bash | ||||||
| # Install required tools | ||||||
| brew install gnu-sed | ||||||
| brew install grep | ||||||
| brew install yq | ||||||
| brew install kind | ||||||
| brew install tilt | ||||||
|
|
||||||
| # Verify Go version (must be 1.23.x, NOT 1.24+) | ||||||
| go version | ||||||
| # Expected output: go1.23.12 darwin/arm64 | ||||||
|
Comment on lines
+46
to
+48
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a way to update |
||||||
|
|
||||||
| ``` | ||||||
|
|
||||||
|
|
||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please fix spacing here and below |
||||||
|
|
||||||
| # Quickstart (Localnet) | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| ``` | ||||||
| # Start the local network | ||||||
| make localnet_up | ||||||
|
|
||||||
| # Initialize accounts (required for relays & tests) | ||||||
| make acc_initialize_pubkeys POCKET_NODE=http://localhost:26657 | ||||||
| ``` | ||||||
| Troubleshooting | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing header |
||||||
|
|
||||||
| If you see this error:"Failed to receive any response from endpoints..." | ||||||
|
|
||||||
| It usually means you forgot to run the make acc_initialize_pubkeys step. | ||||||
| ``` | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| ## License | ||||||
|
|
||||||
| This project is licensed under the MIT License; see the [LICENSE](https://github.com/pokt-network/poktroll/blob/main/LICENSE) file for details. | ||||||
| This project is licensed under the MIT License. | ||||||
| See the [LICENSE](https://github.com/pokt-network/poktroll/blob/main/LICENSE) file for details. | ||||||
|
|
||||||
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?