From 9012181afa2e5a70abd6972ef7bc00aebb84f40d Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Thu, 7 Apr 2022 07:31:00 -0400 Subject: [PATCH] updated --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ce10377..78ec939 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,14 @@ Windows Only: }, ``` In your `.vscode/settings.json` file. +- [Yarn](https://yarnpkg.com/getting-started/install) +- [Ganache](https://trufflesuite.com/ganache/) +- [EthersJS](https://docs.ethers.io/v5/getting-started/) +- [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) +- [Alchemy](https://alchemy.com/?a=673c802981) + +More information: +- [JSON RPC Spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/execution-apis/assembled-spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false) # Lesson 6: Hardhat Simple Storage