From f737aa9a1b41254ce5b64b8778989daa96a1f57c Mon Sep 17 00:00:00 2001 From: Raine Revere Date: Wed, 6 Jul 2016 09:39:32 -0600 Subject: Documentation: Add Solidity Tools --- docs/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index a683a4dc..26fba770 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,6 +59,18 @@ Available Solidity Integrations * `Vim Solidity `_ Plugin for the Vim editor providing syntax highlighting. +Solidity Tools +------------------------------- + +* `Solidity REPL `_ + Try Solidity instantly with a command-line Solidity console. + +* `solgraph `_ + Visualize Solidity control flow and highlight potential security vulnerabilities. + +* `evmdis `_ + EVM Disassembler that performs static analysis on the bytecode to provide a higher level of abstraction than raw EVM operations. + Language Documentation ---------------------- -- cgit