From 7e912b136666fb25efe6bd156d60cad16a3a3e14 Mon Sep 17 00:00:00 2001 From: hellraiserinchief Date: Wed, 30 Oct 2019 23:09:42 +0530 Subject: [PATCH] add piet to tools list --- docs/resources.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/resources.rst b/docs/resources.rst index a3a89113a..4335c3deb 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -127,6 +127,9 @@ Solidity Tools * `Universal Mutator `_ A tool for mutation generation, with configurable rules and support for Solidity and Vyper. +* `PIET `_ + A tool to develop, audit and use solidity smart contracts through a simple graphical interface. + .. 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.