From 974e37ba56ef86c13bef21357e1930b1f3b04474 Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:39:46 -0400 Subject: [PATCH] wip --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 124acee..ce10377 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,16 @@ Windows Only: 💻 Code: https://github.com/PatrickAlphaC/ethers-simple-storage-fcc +- [NodeJS Course](https://www.youtube.com/watch?v=RLtyhwFtXQA) +- [Javascript Course](https://www.youtube.com/watch?v=jS4aFq5-91M) +- Format your solidity code with: +``` + "[solidity]": { + "editor.defaultFormatter": "NomicFoundation.hardhat-solidity" + }, +``` +In your `.vscode/settings.json` file. + # Lesson 6: Hardhat Simple Storage 💻 Code: https://github.com/PatrickAlphaC/hardhat-simple-storage-fcc