Skip to content

Commit 0a9968f

Browse files
committed
Add a learn more section and a TODO comment
1 parent 12a9e57 commit 0a9968f

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

src/content/hardhat3-alpha/learn-more/getting-started.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,23 @@ You can write any TypeScript code you want in your tests, as they are normal Typ
366366
- Running a deployment in a Hardhat node
367367
- Connecting a wallet to a Hardhat node
368368

369-
## Next steps
369+
## Learn more
370370

371-
- Things to do next
372-
- Links to other guides
371+
To learn more about Hardhat, check out these other guides:
372+
373+
- [Writing Solidity tests](../learn-more/writing-solidity-tests.md)
374+
- [Using Viem with Hardhat](../learn-more/using-viem.md)
375+
- [Configuring the compiler](../learn-more/configuring-the-compiler.md)
376+
- [Differences with Hardhat 2](../learn-more/comparison.md)
377+
378+
and join our [Hardhat 3 Alpha](https://hardhat.org/hardhat3-alpha-telegram-group) Telegram group to share feedback and stay updated on new releases.
379+
380+
<!--
381+
382+
TODO:
383+
384+
- Code coverage
385+
- Viem assertions
386+
- Verification
387+
388+
-->

0 commit comments

Comments
 (0)