mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #703 from raineorshine/patch-2
Documentation: Add Solidity Tools
This commit is contained in:
commit
8df9d49c44
@ -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
|
||||
----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user