From 239785c21a1fbd78a6f44798b63d5265c41bb4c1 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Fri, 3 Dec 2021 15:41:21 +0700 Subject: [PATCH] Add: EthTx to Smart Contract section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bad2618..d4dcb8d 100644 --- a/README.md +++ b/README.md @@ -3330,6 +3330,10 @@ This repository is created as an online bookmark for useful links, resources and ethereum-lists/contracts List of contracts from known projects (work in progress) + + EthTx Transaction Decoder + EthTx is an open source decoder of blockchain transactions that is made freely available to the Ethereum Community as a Python library in public PyPi index + enzymefinance/oyente An Analysis Tool for Smart Contracts