From 7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17 Mon Sep 17 00:00:00 2001 From: f-daniel Date: Thu, 9 Aug 2018 13:47:05 +0200 Subject: Extension of tools list Adding some recent and reliable tools to work with smart contracts and analyze their security. --- docs/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index af27d534..53d44f08 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -127,6 +127,15 @@ Solidity Tools * `ABI to solidity interface converter `_ A script for generating contract interfaces from the ABI of a smart contract. + +* `Securify `_ + Fully automated online static analyzer for smart contracts, providing a security report based on vulnerability patterns. + +* `SÅ«rya `_ + Utility tool for smart contract systems, offering a number of visual outputs and information about the contracts' structure. Also supports querying the function call graph. + +* `EVM Lab `_ + Rich tool package to interact with the EVM. Includes a VM, Etherchain API, and a trace-viewer with gas cost display. .. note:: Information like variable names, comments, and source code formatting is lost in the compilation process and it is not possible to completely recover the original source code. Decompiling smart contracts to view the original source code might not be possible, or the end result that useful. -- cgit