Update remix_IDE.md

This commit is contained in:
bt3gl 2022-03-10 19:57:53 +00:00 committed by GitHub
parent 3a492174f9
commit bc9db1a6a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.