You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The "HOW TO TEST" section in the README is missing several crucial points, making it difficult for users to follow the testing procedure. The following points need to be addressed:
Prerequisites: List all necessary tools and dependencies that need to be installed before running the tests. Include specific links for installation.
Python Requirements: Ensure Python 3.9 or higher is used to avoid argparse errors.
Troubleshooting: Add common issues and troubleshooting steps.
Example: Permission issues, Docker not starting, etc.
By adding these details, the "HOW TO TEST" section will be much clearer and more user-friendly.
The text was updated successfully, but these errors were encountered:
NegruGeorge
changed the title
Improve "HOW TO TEST" Section in README for ease of usage for new joiners. Documentation && enhancement
Improve "HOW TO TEST" Section in README for ease of usage. Documentation && enhancement
Jul 30, 2024
NegruGeorge
changed the title
Improve "HOW TO TEST" Section in README for ease of usage. Documentation && enhancement
Improve "HOW TO TEST" Section in README for ease of use. Documentation && enhancement
Jul 30, 2024
Description:
The "HOW TO TEST" section in the README is missing several crucial points, making it difficult for users to follow the testing procedure. The following points need to be addressed:
Prerequisites: List all necessary tools and dependencies that need to be installed before running the tests. Include specific links for installation.
Example:
Docker: Installation Guide
Docker Compose: Installation Guide
Go: Installation Guide
PNPM: npm install -g pnpm
Foundry: Installation Guide
Geth v1.13.4: go install github.com/ethereum/go-ethereum/cmd/[email protected]
Recommended versions from version.json:
Python Requirements: Ensure Python 3.9 or higher is used to avoid argparse errors.
Example: Permission issues, Docker not starting, etc.
By adding these details, the "HOW TO TEST" section will be much clearer and more user-friendly.
The text was updated successfully, but these errors were encountered: