diff options
author | Raine Revere <raineorshine@gmail.com> | 2016-07-06 23:39:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 23:39:32 +0800 |
commit | f737aa9a1b41254ce5b64b8778989daa96a1f57c (patch) | |
tree | 6c2bc45984ef7c7bfef2edd0242591a37113fcd4 /docs/index.rst | |
parent | 2edbd0605c361da27292b102c6cd0b0f869b51f7 (diff) | |
download | dexon-solidity-f737aa9a1b41254ce5b64b8778989daa96a1f57c.tar.gz dexon-solidity-f737aa9a1b41254ce5b64b8778989daa96a1f57c.tar.zst dexon-solidity-f737aa9a1b41254ce5b64b8778989daa96a1f57c.zip |
Documentation: Add Solidity Tools
Diffstat (limited to 'docs/index.rst')
-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 ---------------------- |