-
Notifications
You must be signed in to change notification settings - Fork 74
Add troubleshooting hardhat (new IA) #1201
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: staging/product-ia
Are you sure you want to change the base?
Add troubleshooting hardhat (new IA) #1201
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.
Pull Request Overview
This PR adds a comprehensive troubleshooting guide for developers using Hardhat on Polkadot Hub and removes the placeholder "verify a contract" page since no block explorer is currently available. The guide covers common issues across installation, compilation, deployment, testing, and contract interaction with practical solutions for each problem.
- Adds detailed troubleshooting documentation with solutions for common Hardhat issues
- Removes the verify-a-contract.md placeholder file since block explorers are not available
- Updates navigation and AI-generated files to reflect the new content structure
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| smart-contracts/dev-environments/hardhat/troubleshooting.md | Comprehensive troubleshooting guide covering installation, compilation, testing, deployment, and contract interaction issues |
| smart-contracts/dev-environments/hardhat/verify-a-contract.md | Removed placeholder file for contract verification |
| smart-contracts/dev-environments/hardhat/.nav.yml | Updated navigation to remove verify page and include troubleshooting |
| llms.txt | Added troubleshooting page to AI-generated documentation index |
| llms-full.jsonl | Updated with full troubleshooting content for AI training |
| .ai/site-index.json | Updated site index with troubleshooting page metadata |
| .ai/pages/smart-contracts-dev-environments-hardhat-troubleshooting.md | AI-formatted version of troubleshooting guide |
| .ai/categories/tooling.md | Added troubleshooting content to tooling category |
| .ai/categories/smart-contracts.md | Added troubleshooting content to smart contracts category |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
brunopgalvao
left a comment
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.
I do not really see a need for this troubleshooting page. Most of the content is related to HardHat troubleshooting and not specific to underlying Polkadot issues. Nowadays with AI at our finger tips, a quick generative response can resolve most/all of the troubleshooting issues on this page.
Other than that the document looks good.
Note: I removed the verify contracts page since there is no block explorer available.
π Description
Provide a clear and concise description of your changes.
π Review Preference
Choose one:
π€ AI-Ready Docs
If content changed, regenerate AI files:
python3 scripts/generate_llms.pyβ Checklist