Commit 08f8c8a
[Hardhat] Create compile, deploy, install and config pages (#1150)
* create compile, deploy and install and config pages
* Update smart-contracts/dev-environments/hardhat/install-and-config.md
Co-authored-by: Copilot <[email protected]>
* Update smart-contracts/dev-environments/hardhat/deploy-a-contract.md
Co-authored-by: Copilot <[email protected]>
* Update smart-contracts/dev-environments/hardhat/compile-and-test.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update smart-contracts/dev-environments/hardhat/compile-and-test.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update smart-contracts/dev-environments/hardhat/compile-and-test.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update smart-contracts/dev-environments/hardhat/compile-and-test.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update smart-contracts/dev-environments/hardhat/compile-and-test.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Refactor Hardhat docs from hardhat-polkadot to standard Hardhat
- Update install-and-config.md to use standard Hardhat toolbox
- Replace hardhat-polkadot init with standard hardhat init
- Remove plugin upgrade section and PolkaVM-specific references
- Update compile-and-test.md to use solc instead of resolc
- Replace artifacts-pvm directory references with artifacts
- Remove Substrate node and ETH-RPC adapter configuration
- Update deploy-a-contract.md with inline standard Hardhat config
- Delete obsolete hardhat-polkadot config snippet files
* add install and config page
* add compile and test page
* add code snipped for local node
* add deploy page fixes
* Update smart-contracts/dev-environments/hardhat/install-and-config.md
Co-authored-by: Copilot <[email protected]>
* minor snippet fix
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
* correct syntax issue
* apply feedback
* Apply suggestions from code review
Co-authored-by: Nicolás Hussein <[email protected]>
* Update smart-contracts/dev-environments/hardhat/deploy-a-contract.md
Co-authored-by: Nicolás Hussein <[email protected]>
* Update smart-contracts/dev-environments/hardhat/deploy-a-contract.md
Co-authored-by: Nicolás Hussein <[email protected]>
* Update smart-contracts/dev-environments/hardhat/deploy-a-contract.md
Co-authored-by: Nicolás Hussein <[email protected]>
* fix code snippet formatting
* overhaul the dev env > hardhat section into a single page
* remove old hardhat and foundry links
* remove troubleshooting page
* llms
* fix links and llms
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolás Hussein <[email protected]>
Co-authored-by: Erin Shaben <[email protected]>1 parent ee3d9dd commit 08f8c8a
File tree
51 files changed
+5149
-7156
lines changed- .ai
- categories
- pages
- .snippets/code/smart-contracts/dev-environments/hardhat/get-started
- smart-contracts
- cookbook
- eth-dapps
- smart-contracts/deploy-nft
- dev-environments
- hardhat
- for-eth-devs
- precompiles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+5149
-7156
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
| 611 | + | |
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments