From 8c10b18d785e3ca73fd579ec1c0d5a301d517b1f Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Wed, 15 Jun 2022 18:08:21 -0700
Subject: [PATCH] Add useful tools
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index ccac05b..43abd1b 100644
--- a/README.md
+++ b/README.md
@@ -79,3 +79,25 @@
* [Teal organizations](https://reinventingorganizationswiki.com/)
+
+
+
+### ☠️ Useful tools
+
+* [EthTx Transaction Decoder](https://ethtx.info/)
+* [Eth converter](https://eth-converter.com/)
+* [JSON formatter](https://jsonformatter.curiousconcept.com/)
+* [Craft requests from curl commands](https://reqbin.com/)
+* [Smart contract fuzzer](https://github.com/crytic/echidna)
+* [Smart contract code analyzer](https://github.com/crytic/slither)
+* [Another smart contract code analyzer](https://github.com/ConsenSys/mythril)
+* [Verx, smart contract verifier](http://verx.ch/)
+* [Solhint, a linter for Solidity](https://github.com/protofire/solhint)
+* [Solidity coverage tool](https://github.com/sc-forks/solidity-coverage)
+* [Solidity support for Visual Studio code](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
+* [Immunefi scrapper](https://github.com/pratraut/scrapyFi)
+* [Cryptocurrency Historical Data Snapshot](https://coinmarketcap.com/historical/)
+* [Contracts diff checker](https://etherscan.io/contractdiffchecker)
+
+
+