From 991220c881356a24e07931c36cc76eddfe6d6515 Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:03:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AD=20added=20more=20helpful=20readmes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ec5da6..168aea6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ For more information on using foundry with solidity, check out the [foundry-star - [Acknowledgments](#acknowledgments) - [Contributing](#contributing) - [Resources](#resources) + - [Helpful Debugging Resources:](#helpful-debugging-resources) # Getting Started @@ -148,4 +149,10 @@ Thank You! - [Chainlink Documentation](https://docs.chain.link/) - [Foundry Documentation](https://book.getfoundry.sh/) -- [Huff Documentation](https://docs.huff.sh/) \ No newline at end of file +- [Huff Documentation](https://docs.huff.sh/) + +## Helpful Debugging Resources: + +- [evm.codes](https://www.evm.codes/) +- [evm.codes playground](https://www.evm.codes/playground) +- [Huff VSCode Debugger & Highlighter](https://github.com/huff-language/vscode-huff) \ No newline at end of file