mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Documentation: Add Solidity Tools
This commit is contained in:
parent
2edbd0605c
commit
f737aa9a1b
@ -59,6 +59,18 @@ Available Solidity Integrations
|
|||||||
* `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_
|
* `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_
|
||||||
Plugin for the Vim editor providing syntax highlighting.
|
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
|
Language Documentation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user