diff options
author | chriseth <c@ethdev.com> | 2016-07-08 23:55:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 23:55:27 +0800 |
commit | 8df9d49c4457e03362246b5dd1c6a9b0298d8df8 (patch) | |
tree | ce2e1cde0ba2668f6fde38c2f70985b55cbb3fe2 /docs | |
parent | e4b04870eb1b26db0c35fca1d5729e4bb99ca340 (diff) | |
parent | f737aa9a1b41254ce5b64b8778989daa96a1f57c (diff) | |
download | dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.gz dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.bz2 dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.lz dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.xz dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.tar.zst dexon-solidity-8df9d49c4457e03362246b5dd1c6a9b0298d8df8.zip |
Merge pull request #703 from raineorshine/patch-2
Documentation: Add Solidity Tools
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 12 |
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 ---------------------- |