From bc9db1a6a8b6b996db7d16450c170f8184e13978 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 10 Mar 2022 19:57:53 +0000 Subject: [PATCH] Update remix_IDE.md --- solidity/remix_IDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solidity/remix_IDE.md b/solidity/remix_IDE.md index 048a918..1b0200b 100644 --- a/solidity/remix_IDE.md +++ b/solidity/remix_IDE.md @@ -39,8 +39,7 @@ Remix IDE is an open source web3 application and it's used for the entire journe * The Debugger shows the contract's state while stepping through a transaction. * Using generated sources will make it easier to audit your contracts. * Static code analysis can be done by a plugin, so that you can examine the code for security vulnerabilities, bad development practices, etc. - - +* Hardhat integration can be done with `hardhat.config.js` (Hardhat websocket listener should run at `65522`). Hardhat provider is a plugin for Remix IDE.