File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,16 @@ Please check the [contribution guidelines](CONTRIBUTING.md) for info on formatti
7575- [ REPL] ( https://github.com/raineorshine/solidity-repl ) - REPL CLI.
7676- [ solgraph] ( https://github.com/raineorshine/solgraph ) - Visualize control flows for smart contract security analysis.
7777- [ Online Compiler] ( https://ethereum.github.io/browser-solidity/#version=soljson-latest.js ) - Online realtime compiler and runtime.
78- - [ SmartCheck] ( https://tool.smartdec.net ) - Checks smart contracts for vulnerabilities and bad practices.
78+
79+ #### Audit
80+ - [ SmartCheck] ( https://tool.smartdec.net ) - Online tool for checking smart contracts for vulnerabilities and bad practices.
81+ - [ Securify] ( https://securify.ch ) - Online tool for analyzing smart contracts for vulnerabilities and insecure coding.
82+ - [ Mythril] ( https://github.com/ConsenSys/mythril ) - Security analysis tool for smart contracts.
83+ - [ Manticore] ( https://github.com/trailofbits/manticore ) - Tool for analysis of binaries and smart contracts.
84+ - [ Porosity] ( https://github.com/comaeio/porosity ) - Decompiler and security analysis tool for smart contracts.
7985
8086#### DevOps
81- - [ Embark] ( https://iurimatias. github.io /embark-framework/ ) - Framework that allows you to easily develop and deploy DApps.
87+ - [ Embark] ( https://github.com /embark-framework/embark ) - Framework that allows you to easily develop and deploy DApps.
8288
8389#### JavaScript
8490- [ solc-js] ( https://github.com/ethereum/solc-js ) - JavaScript bindings for the Solidity compiler.
You can’t perform that action at this time.
0 commit comments