aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-07-08 23:55:27 +0800
committerGitHub <noreply@github.com>2016-07-08 23:55:27 +0800
commit8df9d49c4457e03362246b5dd1c6a9b0298d8df8 (patch)
treece2e1cde0ba2668f6fde38c2f70985b55cbb3fe2
parente4b04870eb1b26db0c35fca1d5729e4bb99ca340 (diff)
parentf737aa9a1b41254ce5b64b8778989daa96a1f57c (diff)
downloaddexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.gz
dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.zst
dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.zip
Merge pull request #703 from raineorshine/patch-2
Documentation: Add Solidity Tools
-rw-r--r--docs/index.rst12
1 files changed, 12 insertions, 0 deletions
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 <https://github.com/tomlion/vim-solidity/>`_
Plugin for the Vim editor providing syntax highlighting.
+Solidity Tools
+-------------------------------
+
+* `Solidity REPL <https://github.com/raineorshine/solidity-repl>`_
+ Try Solidity instantly with a command-line Solidity console.
+
+* `solgraph <https://github.com/raineorshine/solgraph>`_
+ Visualize Solidity control flow and highlight potential security vulnerabilities.
+
+* `evmdis <https://github.com/Arachnid/evmdis>`_
+ EVM Disassembler that performs static analysis on the bytecode to provide a higher level of abstraction than raw EVM operations.
+
Language Documentation
----------------------