Skip to content

Commit 100ce0e

Browse files
chrsowbkrem
authored andcommitted
Add "Audit" lists (bkrem#24)
* Add "Audit" lists * Edit Embark link * Edit word spelling
1 parent 8660d3a commit 100ce0e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)