aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-04 03:15:14 +0800
committerGitHub <noreply@github.com>2018-08-04 03:15:14 +0800
commit20c65f9af1f42620db7b77543717a2b341771daf (patch)
treee036742266320625f63a0e767982d93ea4e06b69
parenta4ee1dfc8308328e55141abed4a1e2286495469a (diff)
parentf4ae002dabdad826546b4c5ac722cc19747bf057 (diff)
downloaddexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.tar
dexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.tar.gz
dexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.tar.bz2
dexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.tar.lz
dexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.tar.xz
dexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.tar.zst
dexon-solidity-20c65f9af1f42620db7b77543717a2b341771daf.zip
Merge pull request #4616 from ethereum/1093-interface-generator
Add interface generator to tools section
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 75af4827..af27d534 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -125,6 +125,9 @@ Solidity Tools
* `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.
+* `ABI to solidity interface converter <https://gist.github.com/chriseth/8f533d133fa0c15b0d6eaf3ec502c82b>`_
+ A script for generating contract interfaces from the ABI of a smart contract.
+
.. note::
Information like variable names, comments, and source code formatting is lost in the compilation process and it is not possible to completely recover the original source code. Decompiling smart contracts to view the original source code might not be possible, or the end result that useful.