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