From f4ae002dabdad826546b4c5ac722cc19747bf057 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Mon, 30 Jul 2018 10:08:51 +0200 Subject: Add interface generator to tools section --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) 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 `_ 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 `_ + 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. -- cgit