aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorf-daniel <daniel.fischmann0@gmail.com>2018-08-09 19:47:05 +0800
committerGitHub <noreply@github.com>2018-08-09 19:47:05 +0800
commit7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17 (patch)
treeb3e1627dbc56ed88ac22d46277b6d4a4b50eccb0 /docs
parent63d071d6e0570a33e7dbbac1bfebc46e2d9f9188 (diff)
downloaddexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.tar
dexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.tar.gz
dexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.tar.bz2
dexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.tar.lz
dexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.tar.xz
dexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.tar.zst
dexon-solidity-7b9c9c40a0ad6e10aeda4fcdf41e2aa6197c8a17.zip
Extension of tools list
Adding some recent and reliable tools to work with smart contracts and analyze their security.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst9
1 files changed, 9 insertions, 0 deletions
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 <https://gist.github.com/chriseth/8f533d133fa0c15b0d6eaf3ec502c82b>`_
A script for generating contract interfaces from the ABI of a smart contract.
+
+* `Securify <https://securify.ch/>`_
+ Fully automated online static analyzer for smart contracts, providing a security report based on vulnerability patterns.
+
+* `SÅ«rya <https://github.com/ConsenSys/surya/>`_
+ 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 <https://github.com/ethereum/evmlab/>`_
+ 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.